Also log flush mode in FlushStateToDisk()
This commit is contained in:
@@ -3717,7 +3717,7 @@ bool static FlushStateToDisk(CValidationState &state, FlushStateMode mode) {
|
||||
pblockindex->TrimSolution();
|
||||
++nTrimmed;
|
||||
}
|
||||
LogPrintf("%s: trimmed %d solutions from block index\n", __func__, nTrimmed);
|
||||
LogPrintf("%s: trimmed %d solutions from block index mode=%d\n", __func__, nTrimmed, mode);
|
||||
}
|
||||
// Finally remove any pruned files
|
||||
if (fFlushForPrune)
|
||||
|
||||
Reference in New Issue
Block a user