Fix unknown command message not providing number of cmd

This commit is contained in:
sapier 2017-01-21 17:11:06 +01:00
parent c57b4ff9b5
commit b9c1a758a1
1 changed files with 1 additions and 1 deletions

View File

@ -1779,7 +1779,7 @@ void GenericCAO::processMessage(const std::string &data)
} else {
warningstream << FUNCTION_NAME
<< ": unknown command or outdated client \""
<< cmd << std::endl;
<< +cmd << "\"" << std::endl;
}
}