summaryrefslogtreecommitdiff
path: root/src/linux/up-input.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-09-28 16:12:40 +0100
committerRichard Hughes <richard@hughsie.com>2011-09-28 16:12:40 +0100
commitfe643d6fc0dccff3f310c043c378cd0c41486efa (patch)
tree2558ce2e04219660e21da463e4558adc01cb3943 /src/linux/up-input.c
parentff23a9c6e229cd8a2c4226fdc281ab5853d6da35 (diff)
downloadupower-fe643d6fc0dccff3f310c043c378cd0c41486efa.tar.gz
trivial: remove an overzealous warning when starting up
Diffstat (limited to 'src/linux/up-input.c')
-rw-r--r--src/linux/up-input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linux/up-input.c b/src/linux/up-input.c
index 553bd9a..a2b887d 100644
--- a/src/linux/up-input.c
+++ b/src/linux/up-input.c
@@ -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;
}