Skip to content

Commit

Permalink
examples/hotplugtest: Tone down message about failed open
Browse files Browse the repository at this point in the history
References #1425

Signed-off-by: Tormod Volden <[email protected]>
  • Loading branch information
tormodvolden committed Jan 31, 2024
1 parent fdff3cd commit 853a5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/hotplugtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

Expand Down
2 changes: 1 addition & 1 deletion libusb/version_nano.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define LIBUSB_NANO 11879
#define LIBUSB_NANO 11880

0 comments on commit 853a5ea

Please sign in to comment.