fixes #12465 added missing terminating newline character in log message
This commit is contained in:
parent
23481fa503
commit
8b661f971a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue