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 238b021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content_cao.cpp
Expand Up @@ -1779,8 +1779,8 @@ void GenericCAO::processMessage(const std::string &data)
} else {
warningstream << FUNCTION_NAME
<< ": unknown command or outdated client \""
<< cmd << std::endl;
}
<< +cmd << "\"" << std::endl;
}
}

/* \pre punchitem != NULL
Expand Down

0 comments on commit 238b021

Please sign in to comment.