diff --git a/src/LedgerTiming.cpp b/src/LedgerTiming.cpp index 229fa71faa..20eb463d06 100644 --- a/src/LedgerTiming.cpp +++ b/src/LedgerTiming.cpp @@ -40,7 +40,7 @@ int ContinuousLedgerTiming::shouldClose( } if (previousMSeconds > (1000 * (LEDGER_IDLE_INTERVAL + 2))) // the last ledger was very slow to close { - Log(lsTRACE) << "slow to close (p=" << previousmSeconds) << ")"; + Log(lsTRACE) << "slow to close (p=" << (previousMSeconds) << ")"; if (previousMSeconds < 2000) return previousMSeconds; return previousMSeconds - 1000;