Skip to content

Commit

Permalink
Correctly show the configuration file used
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarton committed Jan 23, 2024
1 parent e8670f8 commit 14838a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ngircd/conf.c
Expand Up @@ -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
Expand Down

0 comments on commit 14838a2

Please sign in to comment.