We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23481fa commit 8b661f9Copy full SHA for 8b661f9
src/init.cpp
@@ -1526,7 +1526,7 @@ bool AppInitMain()
1526
if (!is_coinsview_empty) {
1527
uiInterface.InitMessage(_("Verifying blocks..."));
1528
if (fHavePruned && gArgs.GetArg("-checkblocks", DEFAULT_CHECKBLOCKS) > MIN_BLOCKS_TO_KEEP) {
1529
- LogPrintf("Prune: pruned datadir may not have more than %d blocks; only checking available blocks",
+ LogPrintf("Prune: pruned datadir may not have more than %d blocks; only checking available blocks\n",
1530
MIN_BLOCKS_TO_KEEP);
1531
}
1532
0 commit comments