Also log flush mode in FlushStateToDisk()
This commit is contained in:
@@ -3717,7 +3717,7 @@ bool static FlushStateToDisk(CValidationState &state, FlushStateMode mode) {
|
|||||||
pblockindex->TrimSolution();
|
pblockindex->TrimSolution();
|
||||||
++nTrimmed;
|
++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
|
// Finally remove any pruned files
|
||||||
if (fFlushForPrune)
|
if (fFlushForPrune)
|
||||||
|
|||||||
Reference in New Issue
Block a user