mirror of
https://github.com/libusb/libusb
synced 2024-11-21 14:29:12 -07:00
examples/hotplugtest: Tone down message about failed open
References #1425 Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
This commit is contained in:
parent
fdff3cd395
commit
853a5eac64
2 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define LIBUSB_NANO 11879
|
||||
#define LIBUSB_NANO 11880
|
||||
|
|
Loading…
Reference in a new issue