This commit is contained in:
Talyx
2022-02-19 20:44:03 +03:00
parent 843ffc91ee
commit 11b1985a39
7 changed files with 49 additions and 34 deletions

View File

@@ -23,7 +23,7 @@ int main(int argc, char **argv)
catch(const ConfigException& e)
{
server.end();
std::cerr << RED << e.getMessage() << '\n' << ENDL;
std::cerr << RED << "\n" << e.getMessage() << '\n' << ENDL;
}
}