Skip to content

Commit

Permalink
Change Log Message For Clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboticMind committed Jun 25, 2020
1 parent fb7ac65 commit a670136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3814,7 +3814,7 @@ bool AskForOutstandingBlocks(uint256 hashStart)
return error("Unable to find block index %s",hashStart.ToString().c_str());
}
}
LogPrintf(".B.");
LogPrintf("Asked for blocks");
iAsked++;
if (iAsked > 10) break;
}
Expand Down

0 comments on commit a670136

Please sign in to comment.