summaryrefslogtreecommitdiff
path: root/udev_config.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-01-05 05:37:01 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:19:09 -0700
commitddf695023f501001ad35fd8f7d9ecb72e6cea472 (patch)
tree12b2ff9cd0891a68a503b481f12a9ca4cc35e9b2 /udev_config.c
parent7b6571a9fc1909a7231ec9018ddd6602389363d3 (diff)
[PATCH] remove useless warning if udev.conf contains keys not read by udev itself
Diffstat (limited to 'udev_config.c')
-rw-r--r--udev_config.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/udev_config.c b/udev_config.c
index 21b62488c0..5e204488d2 100644
--- a/udev_config.c
+++ b/udev_config.c
@@ -166,9 +166,6 @@ static int parse_config_file(void)
udev_log = string_is_true(value);
continue;
}
-
- info("%s:%d:%Zd: unknown key '%s'",
- udev_config_filename, lineno, temp-line, temp);
}
file_unmap(buf, bufsize);