diff --git a/src/main.cpp b/src/main.cpp index dea2c1e45..824f76880 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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") {