]> git.ipfire.org Git - thirdparty/systemd.git/commit
udevd: event - don't log about failures of spawn processes when this is expected 144/head
authorTom Gundersen <teg@jklm.no>
Wed, 10 Jun 2015 13:20:02 +0000 (15:20 +0200)
committerTom Gundersen <teg@jklm.no>
Wed, 10 Jun 2015 15:55:53 +0000 (17:55 +0200)
commit53318514cce4c129c9e8c97a5fba8ddbd09f1bb5
tree2d77f0e863a9ce954396df538d7b30f4f36cde35
parentaa0d0ed6b87d41367fd6c4401472df7d45dd1b13
udevd: event - don't log about failures of spawn processes when this is expected

PROGRAM and IMPORT{program} uses the exit code of the spawn process to decide if a rule matches or not,
a failing process is hence normal operation and not something we should warn about.

We still warn about other types of failing processes.
src/udev/udev-event.c
src/udev/udev-rules.c
src/udev/udev.h