From fe643d6fc0dccff3f310c043c378cd0c41486efa Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 28 Sep 2011 16:12:40 +0100 Subject: [PATCH] trivial: remove an overzealous warning when starting up --- src/linux/up-input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }