mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-04-14 10:00:41 +02:00
trivial: remove an overzealous warning when starting up
This commit is contained in:
parent
ff23a9c6e2
commit
fe643d6fc0
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ up_input_coldplug (UpInput *input, UpDaemon *daemon, GUdevDevice *d)
|
|||
/* get device file */
|
||||
device_file = g_udev_device_get_device_file (d);
|
||||
if (device_file == NULL || device_file[0] == '\0') {
|
||||
g_warning ("no device file");
|
||||
g_debug ("no device file: %s", native_path);
|
||||
ret = FALSE;
|
||||
goto out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue