implement the LOG_CONS option in syslog
authorRich Felker <dalias@aerifal.cx>
Sat, 12 Jul 2014 01:59:49 +0000 (21:59 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 12 Jul 2014 01:59:49 +0000 (21:59 -0400)
commit781f26bc92b0710ac025fae3be42f5575468f1a5
treed9e4793b6c760b645d848aec0107e4dd8d706d35
parenta64a045d1dbff2a5776f411eaf58c4a40c067e67
implement the LOG_CONS option in syslog

this was previously a no-op, somewhat intentionally, because I failed
to understand that it only has an effect when sending to the logging
facility fails and thus is not the nuisance that it would be if always
sent output to the console.
src/misc/syslog.c