mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-04 23:28:01 +02:00
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:
parent
ef2c951343
commit
7389aa9517
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue