Display unknown commands received.
This commit is contained in:
parent
6259937388
commit
6ecf3edfee
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue