Skip to content

Commit b68f898

Browse files
committed
Merge #9624: [Trivial] fix logging typo in FlushStateToDisk()
ac9a846 [Trivial] fix logging typo in FlushStateToDisk() (John Newbery)
2 parents 1ac878a + ac9a846 commit b68f898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,7 @@ bool static FlushStateToDisk(CValidationState &state, FlushStateMode mode, int n
20612061
setDirtyBlockIndex.erase(it++);
20622062
}
20632063
if (!pblocktree->WriteBatchSync(vFiles, nLastBlockFile, vBlocks)) {
2064-
return AbortNode(state, "Files to write to block index database");
2064+
return AbortNode(state, "Failed to write to block index database");
20652065
}
20662066
}
20672067
// Finally remove any pruned files

0 commit comments

Comments
 (0)