From 6d0a26f7590b4c94811ff0dc9d2e9936f5fd7b44 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 11 Jun 2007 22:58:09 +0000 Subject: Whoops, that was silly, the double print thing wont compile for any other OS but windows! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7279 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 4 ---- 1 file changed, 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 */ -- cgit v1.2.3