Browse Source

Also log flush mode in FlushStateToDisk()

pull/384/head
Duke 5 months ago
parent
commit
90133dbc0e
  1. 2
      src/main.cpp

2
src/main.cpp

@ -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)

Loading…
Cancel
Save