]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: warn when we fail to parse udev.conf
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 1 Jul 2019 14:15:40 +0000 (16:15 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Jul 2019 08:36:19 +0000 (10:36 +0200)
commitd7921114d72efa68a71f783aeae5fbeb94b03d2d
tree59616413966b18818daa29cb4164aa19a4d746a6
parent62c6bbbc0993e34ede5c4266c68982c995b7b421
udev: warn when we fail to parse udev.conf

This should be like any other parse error and a warning should be emitted.
Let's use log_syntax() so we get the CONFIG_FILE= set.
src/shared/udev-util.c