suppress early syslog return when log socket cannot be opened
authorRich Felker <dalias@aerifal.cx>
Sat, 12 Jul 2014 01:56:50 +0000 (21:56 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 12 Jul 2014 01:56:50 +0000 (21:56 -0400)
commita64a045d1dbff2a5776f411eaf58c4a40c067e67
tree4de7eddf20353101f5d4faeeb3a5e9107a48f6e8
parentb8c4cf61cbe83317d1df67dfe7877872faf0dec5
suppress early syslog return when log socket cannot be opened

this behavior is no longer valid in general, and was never necessary.
if the LOG_PERROR option is set, output to stderr could still succeed.
also, when the LOG_CONS option is added, it will need syslog to
proceed even if opening the log socket fails.
src/misc/syslog.c