From bb7fa4f92d02f5441abb34a5895781e42ed15cf5 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Wed, 25 Jun 2014 10:19:04 -0700 Subject: [PATCH] fixed misbehaving debug --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index fc3dabb2c5..17b24ab16b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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