From 5323cb13a687351131005223b66bd583903fe403 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 18 Sep 2017 15:16:49 +0200 Subject: [PATCH] Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 858ce3f77..4be842e55 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4583,7 +4583,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv, { const CChainParams& chainparams = Params(); LogPrint("net", "received: %s (%u bytes) peer=%d\n", SanitizeString(strCommand), vRecv.size(), pfrom->id); - fprintf(stderr, "recv: %s peer=%d\n", SanitizeString(strCommand).c_str(), (itn32_t)pfrom->GetId()); + fprintf(stderr, "recv: %s peer=%d\n", SanitizeString(strCommand).c_str(), (int32_t)pfrom->GetId()); if (mapArgs.count("-dropmessagestest") && GetRand(atoi(mapArgs["-dropmessagestest"])) == 0) { LogPrintf("dropmessagestest DROPPING RECV MESSAGE\n");