From 14838a249f27048014d49a191bd8d3014ee3080f Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 23 Jan 2024 14:41:21 +0100 Subject: [PATCH] Correctly show the configuration file used --- src/ngircd/conf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2