Add a new line to print

This commit is contained in:
Chethan Krishna 2016-08-17 10:32:34 -04:00 committed by Simon
parent 1537c902dc
commit 3008944c71
1 changed files with 1 additions and 1 deletions

View File

@ -2849,7 +2849,7 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin
// retrieve logical timestamp of the previous block
if (pindex->pprev)
if (!pblocktree->ReadTimestampBlockIndex(pindex->pprev->GetBlockHash(), prevLogicalTS))
LogPrintf("%s: Failed to read previous block's logical timestamp", __func__);
LogPrintf("%s: Failed to read previous block's logical timestamp\n", __func__);
if (logicalTS <= prevLogicalTS) {
logicalTS = prevLogicalTS + 1;