]> arthur.barton.de Git - ngircd.git/commit
Correctly use Config_Error() instead of Log() in Read_Config()
authorAlexander Barton <alex@barton.de>
Sun, 3 May 2020 15:08:51 +0000 (17:08 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 3 May 2020 15:08:51 +0000 (17:08 +0200)
commit8d414b079c1b4b0b8c88c8ab5cf4b27bf0942752
tree2a68fd631d0315e5ef7da957308b9560fe6e31f4
parent8a37695bf363a7cc2eb4bf3d17ff651f92cab253
Correctly use Config_Error() instead of Log() in Read_Config()

The name of the Config_Error() function is misleading: it is not only
used to show configuraton errors, but all messages shown during normal
operation as well as for "config testing": it takes care of the correct
formatting of the messages (syslog, forground logging, config testing).

This fixes commit bb1d014abad8.
src/ngircd/conf.c