about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2024-01-23 14:41:21 +0100
committerAlexander Barton <alex@barton.de>2024-01-23 14:43:06 +0100
commit14838a249f27048014d49a191bd8d3014ee3080f (patch)
tree8fd1091435422f13a7b11e712b82e1fe3683bce9 /src
parente8670f86906f92cedcbcf64ccbba49804d44e657 (diff)
downloadngircd-14838a249f27048014d49a191bd8d3014ee3080f.tar.gz
ngircd-14838a249f27048014d49a191bd8d3014ee3080f.zip
Correctly show the configuration file used
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/conf.c3
1 files changed, 1 insertions, 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