[PATCH] remove useless warning if udev.conf contains keys not read by udev itself

This commit is contained in:
kay.sievers@vrfy.org 2005-01-05 05:37:01 +01:00 committed by Greg KH
parent 7b6571a9fc
commit ddf695023f

View file

@ -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);