aboutsummaryrefslogtreecommitdiff
path: root/examples/hotplugtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hotplugtest.c')
-rw-r--r--examples/hotplugtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hotplugtest.c b/examples/hotplugtest.c
index 270fe5a..3e092cf 100644
--- a/examples/hotplugtest.c
+++ b/examples/hotplugtest.c
@@ -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));
}