[Trivial] fix logging typo in FlushStateToDisk()
This commit is contained in:
parent
1ac878ace6
commit
ac9a84679a
1 changed files with 1 additions and 1 deletions
|
@ -2061,7 +2061,7 @@ bool static FlushStateToDisk(CValidationState &state, FlushStateMode mode, int n
|
|||
setDirtyBlockIndex.erase(it++);
|
||||
}
|
||||
if (!pblocktree->WriteBatchSync(vFiles, nLastBlockFile, vBlocks)) {
|
||||
return AbortNode(state, "Files to write to block index database");
|
||||
return AbortNode(state, "Failed to write to block index database");
|
||||
}
|
||||
}
|
||||
// Finally remove any pruned files
|
||||
|
|
Loading…
Reference in a new issue