Display unknown commands received.

This commit is contained in:
R E Broadley 2014-06-27 11:03:24 +07:00
parent 6259937388
commit 6ecf3edfee

View file

@ -4041,6 +4041,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
else
{
// Ignore unknown commands for extensibility
LogPrint("net", "Unknown command \"%s\" from peer=%d\n", SanitizeString(strCommand), pfrom->id);
}