diff --git a/src/main.cpp b/src/main.cpp index 5d4ad8308..76bf279b5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6348,6 +6348,8 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv, return true; } + printf("netmsg: %s\n", strCommand); + if (strCommand == "version") { // Each connection can only send one version message