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