From 03427173bd43fdea5c001c350e590c629e08b8fd Mon Sep 17 00:00:00 2001 From: RoboticMind <30132912+RoboticMind@users.noreply.github.com> Date: Thu, 25 Jun 2020 14:28:08 -0400 Subject: [PATCH] Change Log Message For Clarity --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index adbe4a7bc1..b9c51020be 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3814,7 +3814,7 @@ bool AskForOutstandingBlocks(uint256 hashStart) return error("Unable to find block index %s",hashStart.ToString().c_str()); } } - LogPrintf(".B."); + LogPrintf("Blocks requested from peer"); iAsked++; if (iAsked > 10) break; }