X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=windows.c;h=4bbce822940ddded91546be3eb811c2d69650be2;hb=da8730199a215c9ccd938202fb55ac9e3f58a0b2;hp=78b6ce9babf6685bed794b17bf974e09084c829f;hpb=970f279ae4767819a816573ae354813d37d5091d;p=libserialport.git diff --git a/windows.c b/windows.c index 78b6ce9..4bbce82 100644 --- a/windows.c +++ b/windows.c @@ -511,7 +511,7 @@ SP_PRIV enum sp_return list_ports(struct sp_port ***list) strcpy(name, data); #endif if (type == REG_SZ) { - DEBUG("Found port %s", name); + DEBUG_FMT("Found port %s", name); if (!(*list = list_append(*list, name))) { SET_ERROR(ret, SP_ERR_MEM, "list append failed"); goto out;