]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: don't close std{in,out,err}
authorTom Gundersen <teg@jklm.no>
Fri, 12 Sep 2014 14:22:44 +0000 (16:22 +0200)
committerTom Gundersen <teg@jklm.no>
Tue, 16 Sep 2014 10:12:56 +0000 (12:12 +0200)
commit5c67cf2774a8b964f4d7cd92a4c447da81ac6087
tree9637a8deaec590dfb5218dfd2a3a85251d1f6a35
parent959d654105c1303d0c475868a51834db2f7b6099
udev: don't close std{in,out,err}

Rather than printing debug output to stderr and redirecting this to /dev/null when not wanted,
use the correct log_*() function in the first place.
src/udev/udevd.c