Bugfixes.

This commit is contained in:
JoelKatz
2012-05-31 20:55:30 -07:00
parent a4abe5a9dc
commit 2ec46c0dbf
3 changed files with 21 additions and 12 deletions

View File

@@ -440,7 +440,7 @@ bool NetworkOPs::recvPropose(const uint256& prevLgr, uint32 proposeSeq, const ui
const std::string& pubKey, const std::string& signature)
{
if (mMode != omFULL) // FIXME: Should we relay?
Log(lsWARNING) << "Received proposal when not full" << mMode;
Log(lsWARNING) << "Received proposal when not full: " << mMode;
if (!mConsensus)
{
return true;