Skip to content

Commit

Permalink
Fix unknown command message not providing number of cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier committed Jan 21, 2017
1 parent c57b4ff commit b9c1a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content_cao.cpp
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit b9c1a75

Please sign in to comment.