1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

Correctly show the configuration file used

This commit is contained in:
Alexander Barton 2024-01-23 14:41:21 +01:00
parent e8670f8690
commit 14838a249f

View File

@ -942,8 +942,7 @@ Read_Config(bool TestOnly, bool IsStarting)
if (TestOnly && fd) if (TestOnly && fd)
Config_Error(LOG_INFO, Config_Error(LOG_INFO,
"Reading configuration from \"%s\" ...", "Reading configuration from \"%s\" ...", ptr);
NGIRCd_ConfFile );
/* Clean up server configuration structure: mark all already /* Clean up server configuration structure: mark all already
* configured servers as "once" so that they are deleted * configured servers as "once" so that they are deleted