This commit is contained in:
jl777
2018-11-23 05:01:30 -11:00
parent 1e9a9346d6
commit 77203852d4

View File

@@ -6467,7 +6467,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
return true;
}
//printf("netmsg: %s\n", strCommand.c_str());
fprintf(stderr,"netmsg: %s\n", strCommand.c_str());
if (strCommand == "version")
{