diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-16 21:12:30 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-16 21:12:30 +0000 |
commit | 26c01a67743c2d7340a396d8d71c9769a7f4b75c (patch) | |
tree | 38b4b5fc4499b3de60391543796741b4c34c80e5 /src | |
parent | c44487d3b4e67fbbd5f736bc29da0eac3a83f4a3 (diff) |
Tidy up text formatting
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6015 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index edf431165..8e2aa497f 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -583,7 +583,7 @@ void ServerConfig::ReportConfigError(const std::string &errormessage, bool bail, if (bail) { /* Unneeded because of the ServerInstance->Log() aboive? */ - printf("There were errors in your configuration:\n%s",errormessage.c_str()); + printf("There were errors in your configuration:\n%s\n\n",errormessage.c_str()); InspIRCd::Exit(ERROR); } else |