summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-11 22:58:09 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-11 22:58:09 +0000
commit6d0a26f7590b4c94811ff0dc9d2e9936f5fd7b44 (patch)
treee938df94f322c21ae693bd4ae35199e79b94b20b
parentdb0c7fae77b60857adf9dd083a1b6ce524a6808f (diff)
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
-rw-r--r--src/inspircd.cpp4
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 */