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

View File

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