From: Alexander Barton Date: Tue, 23 Jan 2024 13:41:21 +0000 (+0100) Subject: Correctly show the configuration file used X-Git-Tag: rel-27-rc1~53 X-Git-Url: https://arthur.barton.de/gitweb/?p=ngircd.git;a=commitdiff_plain;h=14838a249f27048014d49a191bd8d3014ee3080f Correctly show the configuration file used --- diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c index b87979c3..9c8a4de6 100644 --- a/src/ngircd/conf.c +++ b/src/ngircd/conf.c @@ -942,8 +942,7 @@ Read_Config(bool TestOnly, bool IsStarting) if (TestOnly && fd) Config_Error(LOG_INFO, - "Reading configuration from \"%s\" ...", - NGIRCd_ConfFile ); + "Reading configuration from \"%s\" ...", ptr); /* Clean up server configuration structure: mark all already * configured servers as "once" so that they are deleted