Skip to content

Commit 8b661f9

Browse files
author
Josh Hartshorn
committed
fixes #12465 added missing terminating newline character in log message
1 parent 23481fa commit 8b661f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ bool AppInitMain()
15261526
if (!is_coinsview_empty) {
15271527
uiInterface.InitMessage(_("Verifying blocks..."));
15281528
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",
1529+
LogPrintf("Prune: pruned datadir may not have more than %d blocks; only checking available blocks\n",
15301530
MIN_BLOCKS_TO_KEEP);
15311531
}
15321532

0 commit comments

Comments
 (0)