diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-15 20:47:14 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-15 20:47:14 +0000 |
commit | ebd7a1c3c8bdf6cc1b19f8512fc700779c31a3eb (patch) | |
tree | 0a5b001264abfc57c7494cb0e4ea51edc7f89e91 | |
parent | f8cde1e7abd9024fb62310fef541af7c67ea8e63 (diff) |
missing linefeed
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2809 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/inspircd_io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd_io.cpp b/src/inspircd_io.cpp index 3716057af..6ded65140 100644 --- a/src/inspircd_io.cpp +++ b/src/inspircd_io.cpp @@ -123,7 +123,7 @@ bool ServerConfig::CheckOnce(char* tag, bool bail, userrec* user) { if (bail) { - printf("There were errors in your configuration:\nYou have not defined a <%s> tag, this is required.",tag); + printf("There were errors in your configuration:\nYou have not defined a <%s> tag, this is required.\n",tag); Exit(0); } else |