]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.c
Slightly reoder startup steps, and enhance logging
[ngircd-alex.git] / src / ngircd / conf.c
index 3f2e01546dc69779d4cf8d22b748a9d45e0993ba..59a8ef9e7e3821d1683fa40f44727ac601ec94b5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2018 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2019 Alexander Barton (alex@barton.de) and Contributors.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -902,6 +902,8 @@ Read_Config(bool TestOnly, bool IsStarting)
        FILE *fd;
        DIR *dh;
 
+       Log(LOG_INFO, "Using configuration file \"%s\" ...", NGIRCd_ConfFile);
+
        /* Open configuration file */
        fd = fopen( NGIRCd_ConfFile, "r" );
        if( ! fd ) {