]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Don't log "ngIRCd hello message" two times
authorAlexander Barton <alex@barton.de>
Fri, 2 Mar 2012 08:41:13 +0000 (09:41 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 2 Mar 2012 08:41:13 +0000 (09:41 +0100)
Start "regular" logging not until the configuration file has been read in
and "SyslolgFacility" is set, and log all configuration errors using the
generic "daemon" facility.

So if there are no configuration errors, logging starts right after parsing
the configuration and we log the configuration file used _after_ reading it.
But this is no problem because every configuration error message includes
the configuration file name as well.

(The "double hello" has been introduced by commit 3641e5110952)


No differences found