fixes #12465 added missing terminating newline character in log message

This commit is contained in:
Josh Hartshorn 2018-02-16 22:01:40 -08:00
parent 23481fa503
commit 8b661f971a
1 changed files with 1 additions and 1 deletions

View File

@ -1526,7 +1526,7 @@ bool AppInitMain()
if (!is_coinsview_empty) {
uiInterface.InitMessage(_("Verifying blocks..."));
if (fHavePruned && gArgs.GetArg("-checkblocks", DEFAULT_CHECKBLOCKS) > MIN_BLOCKS_TO_KEEP) {
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",
MIN_BLOCKS_TO_KEEP);
}