diff --git a/src/main.cpp b/src/main.cpp index 29a086cfd..8cbb35efc 100644 --- a/src/main.cpp +++ b/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)