Skip to content

Commit

Permalink
Display unknown commands received.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebroad committed Jun 28, 2014
1 parent 6259937 commit 6ecf3ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Expand Up @@ -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);
}


Expand Down

0 comments on commit 6ecf3ed

Please sign in to comment.