mirror of
https://github.com/osmarks/ngircd.git
synced 2025-11-06 16:53:00 +00:00
Correctly show the configuration file used
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user