From: Tom Gundersen Date: Fri, 12 Sep 2014 14:22:44 +0000 (+0200) Subject: udev: don't close std{in,out,err} X-Git-Tag: v217~569 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5c67cf2774a8b964f4d7cd92a4c447da81ac6087;hp=5c67cf2774a8b964f4d7cd92a4c447da81ac6087;p=elogind.git 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. ---