examples/hotplugtest: Tone down message about failed open

References #1425

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
This commit is contained in:
Tormod Volden 2024-01-30 23:38:51 +01:00
parent fdff3cd395
commit 853a5eac64
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ static int LIBUSB_CALL hotplug_callback(libusb_context *ctx, libusb_device *dev,
rc = libusb_open (dev, &handle);
if (LIBUSB_SUCCESS != rc) {
fprintf (stderr, "Error opening device: %s\n",
fprintf (stderr, "No access to device: %s\n",
libusb_strerror((enum libusb_error)rc));
}

View file

@ -1 +1 @@
#define LIBUSB_NANO 11879
#define LIBUSB_NANO 11880