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.
This commit is contained in:
Bastien Nocera 2013-10-18 18:38:59 +02:00
parent ef2c951343
commit 7389aa9517

View file

@ -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;
}
}