mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 01:40:27 +00:00
Correctly show the configuration file used
This commit is contained in:
parent
e8670f8690
commit
14838a249f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user