summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-10-18 18:38:59 +0200
committerBastien Nocera <hadess@hadess.net>2013-10-18 18:40:28 +0200
commit7389aa951740dd1c53ccd9818a4f72f046393f03 (patch)
treec80bac7228d9dec631cc7cc71cc676609e7994b5
parentef2c9513433ce9371d160160183c36d48affaec8 (diff)
downloadupower-7389aa951740dd1c53ccd9818a4f72f046393f03.tar.gz
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.
-rw-r--r--src/linux/up-device-hid.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}