summaryrefslogtreecommitdiff
path: root/gusb/gusb-context.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-07-24 10:58:06 +0100
committerRichard Hughes <richard@hughsie.com>2017-07-24 10:58:06 +0100
commit6bbeced40faf439eaf6a0afd384f6a909abd8c96 (patch)
treee491b6e7846b673f4999997ad8a1d3ea3b281c08 /gusb/gusb-context.c
parent0951efa755708cc5903ed626a182bc1d698a1635 (diff)
downloadgusb-6bbeced40faf439eaf6a0afd384f6a909abd8c96.tar.gz
trivial: Be less vocal when using G_USB_CONTEXT_FLAGS_AUTO_OPEN_DEVICES
Diffstat (limited to 'gusb/gusb-context.c')
-rw-r--r--gusb/gusb-context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gusb/gusb-context.c b/gusb/gusb-context.c
index a3a34fb..8b86a37 100644
--- a/gusb/gusb-context.c
+++ b/gusb/gusb-context.c
@@ -327,7 +327,6 @@ g_usb_context_add_device (GUsbContext *context,
/* auto-open */
if (priv->flags & G_USB_CONTEXT_FLAGS_AUTO_OPEN_DEVICES) {
- g_debug ("auto-opening %i:%i", bus, address);
if (!_g_usb_device_open_internal (device, &error)) {
g_warning ("cannot open the device: %s", error->message);
g_error_free (error);