mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
[PATCH] remove useless warning if udev.conf contains keys not read by udev itself
This commit is contained in:
parent
7b6571a9fc
commit
ddf695023f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user