In init_error_log(), suppress the "(Re-)Opening logfile" message if
authorFabian Keil <fk@fabiankeil.de>
Wed, 18 Mar 2009 21:56:30 +0000 (21:56 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 18 Mar 2009 21:56:30 +0000 (21:56 +0000)
commit9576fe0c9431ef3fa59dc74fd5c5c1b14f31ab43
treebb8fbb8d5216c764c97d076a359a7a2e3eefcdb4
parent5033abe001885b8f206fcf9d03ebe3b227958357
In init_error_log(), suppress the "(Re-)Opening logfile" message if
we're still logging to stderr. This restores the "silent mode", but
with LOG_LEVEL_INFO enabled, the show_version() info is written to
the logfile as intended.
errlog.c