diff options
Diffstat (limited to 'src/configreader.cpp')
-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 |