typo fix
This commit is contained in:
parent
6807270f4c
commit
cd98b8b376
1 changed files with 1 additions and 1 deletions
|
@ -1000,7 +1000,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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue