Debugging network messages

This commit is contained in:
miketout
2018-10-14 01:43:51 -07:00
parent 41e9e058e0
commit ba375e2e92

View File

@@ -6348,6 +6348,8 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
return true; return true;
} }
printf("netmsg: %s\n", strCommand);
if (strCommand == "version") if (strCommand == "version")
{ {
// Each connection can only send one version message // Each connection can only send one version message