From 7389aa951740dd1c53ccd9818a4f72f046393f03 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 18 Oct 2013 18:38:59 +0200 Subject: linux: More information in the debug output As was the case in other places, we need to be able to differentiate warning messages for them to be useful. --- src/linux/up-device-hid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linux/up-device-hid.c b/src/linux/up-device-hid.c index 5babd8d..14bbfdf 100644 --- a/src/linux/up-device-hid.c +++ b/src/linux/up-device-hid.c @@ -372,7 +372,7 @@ up_device_hid_coldplug (UpDevice *device) } else { ret = up_device_hid_get_all_data (hid); if (!ret) { - g_debug ("failed to coldplug: %s", device_file); + g_debug ("failed to coldplug UPS: %s", device_file); goto out; } } -- cgit v1.2.1