Skip to content

Commit

Permalink
[code review] LogPrintf nit change
Browse files Browse the repository at this point in the history
  • Loading branch information
CaveSpectre11 authored Jun 14, 2019
1 parent 019d26a commit 24d72d0
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 @@ -5178,7 +5178,7 @@ bool TestBlockValidity(CValidationState& state, const CBlock& block, CBlockIndex
AssertLockHeld(cs_main);
assert(pindexPrev);
if (pindexPrev != chainActive.Tip()) {
LogPrintf("TestBlockValidity(): No longer working on chain tip\n");
LogPrintf("%s : No longer working on chain tip\n", __func__);
return false;
}

Expand Down

0 comments on commit 24d72d0

Please sign in to comment.