Fix unknown command message not providing number of cmd
This commit is contained in:
parent
c57b4ff9b5
commit
b9c1a758a1
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user