diff --git a/src/NetworkOPs.cpp b/src/NetworkOPs.cpp index d18841b88c..c26faefd5e 100644 --- a/src/NetworkOPs.cpp +++ b/src/NetworkOPs.cpp @@ -432,7 +432,7 @@ int NetworkOPs::beginConsensus(Ledger::pointer closingLedger) mConsensus = boost::make_shared (prevLedger, theApp->getMasterLedger().getCurrentLedger()->getCloseTimeNC()); - Log(lsDEBUG) << "Broadcasting ledger close"; + Log(lsDEBUG) << "Pre-close time, initiating consensus engine"; return mConsensus->startup(); }