fixed misbehaving debug

This commit is contained in:
Evan Duffield 2014-06-25 10:19:04 -07:00
parent b7ac800699
commit bb7fa4f92d

View File

@ -4080,7 +4080,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
else if (strCommand == "misbehave") {
int howmuch;
vRecv >> howmuch;
printf("peer=%d says we are misbehaving %d\n", howmuch);
printf("peer=%d says we are misbehaving %d\n", pfrom->id, howmuch);
}
else if (strCommand == "dseg") { //DarkSend Election Get