diff --git a/src/usb_hidapi.c b/src/usb_hidapi.c index 9714ea25..06cdb719 100644 --- a/src/usb_hidapi.c +++ b/src/usb_hidapi.c @@ -103,7 +103,7 @@ static int usbhid_open(const char *port, union pinfo pinfo, union filedescriptor walk = list; while (walk) { if(walk->serial_number) { - pmsg_debug("%s(): found %ls, serno: %ls\n", __func__, walk->product_string, walk->serial_number); + pmsg_notice("%s(): found %ls, serno: %ls\n", __func__, walk->product_string, walk->serial_number); size_t slen = wcslen(walk->serial_number); // Found matching serial number? if (slen >= serlen && wcscmp(walk->serial_number + slen - serlen, wserno) == 0) diff --git a/src/usb_libusb.c b/src/usb_libusb.c index 617082de..abbe6204 100644 --- a/src/usb_libusb.c +++ b/src/usb_libusb.c @@ -163,7 +163,7 @@ static int usbdev_open(const char *port, union pinfo pinfo, union filedescriptor fd->usb.wep = 0x02; } - pmsg_notice2("%s(): found %s, serno: %s\n", __func__, product, string); + pmsg_notice("%s(): found %s, serno: %s\n", __func__, product, string); if (*serno) { /*