Skip to content

Commit 294a766

Browse files
committed
Merge #12468: Add missing newline in init.cpp log message
8b661f9 fixes #12465 added missing terminating newline character in log message (Josh Hartshorn) Pull request description: Adding missing new line as detailed in #12465 Tree-SHA512: 48f1e3f892f7c13b862d24b4e807cc42310001cab65d771ddf758155f727554bf13c59fa9a6c9fb93d1d0466f03f142289b5fcad9d7938fd55b1a268fc1307ed
2 parents daa84b3 + 8b661f9 commit 294a766

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)