diff options
-rw-r--r-- | src/inspircd.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 7d2fd2ad4..326c209e9 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -504,14 +504,10 @@ InspIRCd::InspIRCd(int argc, char** argv) case 'f': /* Log filename was set */ strlcpy(LogFileName, optarg, MAXBUF); - if (owner_processid) - printf("LOG: Setting logfile to %s\n", LogFileName); break; case 'c': /* Config filename was set */ strlcpy(ConfigFileName, optarg, MAXBUF); - if (owner_processid) - printf("CONFIG: Setting config file to %s\n", ConfigFileName); break; case 0: /* getopt_long_only() set an int variable, just keep going */ |