Skip to content

Commit 7a2d402

Browse files
committed
Merge #8274: util: Update tinyformat
a5072a7 util: Remove zero-argument versions of LogPrint and error (Wladimir J. van der Laan) 695041e util: Update tinyformat (Wladimir J. van der Laan)
2 parents b77bb95 + a5072a7 commit 7a2d402

File tree

3 files changed

+375
-355
lines changed

3 files changed

+375
-355
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4100,7 +4100,7 @@ bool CVerifyDB::VerifyDB(const CChainParams& chainparams, CCoinsView *coinsview,
41004100
int nGoodTransactions = 0;
41014101
CValidationState state;
41024102
int reportDone = 0;
4103-
LogPrintf("[0%]...");
4103+
LogPrintf("[0%%]...");
41044104
for (CBlockIndex* pindex = chainActive.Tip(); pindex && pindex->pprev; pindex = pindex->pprev)
41054105
{
41064106
boost::this_thread::interruption_point();

0 commit comments

Comments
 (0)