Skip to content

Commit ac9a846

Browse files
committed
[Trivial] fix logging typo in FlushStateToDisk()
1 parent 1ac878a commit ac9a846

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)