Skip to content

Commit

Permalink
Change libusb cannot configure warning to notice
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Aug 14, 2024
1 parent 974e1d2 commit f52748d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/usb_libusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ static int usbdev_open(const char *port, union pinfo pinfo, union filedescriptor

if (usb_set_configuration(udev, dev->config[0].bConfigurationValue))
{
pmsg_warning("(config %d) %s\n",
dev->config[0].bConfigurationValue, usb_strerror());
pmsg_notice("(config %d) %s\n", dev->config[0].bConfigurationValue, usb_strerror());
/* let's hope it has already been configured */
// goto trynext;
}
Expand Down

0 comments on commit f52748d

Please sign in to comment.