From ba375e2e927a35d689c789b231394055547f9451 Mon Sep 17 00:00:00 2001 From: miketout Date: Sun, 14 Oct 2018 01:43:51 -0700 Subject: [PATCH] Debugging network messages --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) 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