Bugfixes.

This commit is contained in:
JoelKatz
2012-07-14 00:17:41 -07:00
parent 7ce766dd4f
commit 5a660d1f04
3 changed files with 29 additions and 13 deletions

View File

@@ -310,7 +310,7 @@ void NetworkOPs::checkState(const boost::system::error_code& result)
(theApp->getMasterLedger().getCurrentLedger()->getCloseTimeNC() + 4))
setMode(omFULL);
else
Log(lsWARNING) << "Too late to go to full, will try in consensus window";
Log(lsINFO) << "Will try to go to FULL in consensus window";
}
if (mMode == omFULL)