]> arthur.barton.de Git - ngircd-alex.git/commit
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)
commit1068f883779ad9b8bf3e1e1b8234781e4223761d
treed7ea514912c0f321e4fbe9b9125381e21c401db9
parent9e7360e5faea1468f0906f993c965b8b085ee46a
Don't log "ngIRCd hello message" two times

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)
src/ngircd/conf.c
src/ngircd/log.c