This commit is contained in:
Gunter Labes 2008-04-26 01:19:15 +00:00
parent 90819a39e9
commit de208c1a84

View file

@ -1004,7 +1004,7 @@ std::string server::process_command(const std::string& query) {
out << "Command '" << command << "' is not recognized.\n" << help_msg;
}
LOG_SERVER << out.str(); << "\n";
LOG_SERVER << out.str() << "\n";
return out.str();
}