mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-20 20:36:53 +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)
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user