Logging quorom weight received.
This commit is contained in:
parent
bf54ffc7fe
commit
a26724a0a3
1 changed files with 1 additions and 1 deletions
|
@ -3049,7 +3049,7 @@ void rai::election::confirm_once (MDB_txn * transaction_a)
|
|||
}
|
||||
else
|
||||
{
|
||||
BOOST_LOG (node.log) << boost::str (boost::format ("Insufficient quorum for block %1%") % status.winner->hash ().to_string ());
|
||||
BOOST_LOG (node.log) << boost::str (boost::format ("Insufficient quorum for block %1% %2%") % status.winner->hash ().to_string () % status.tally.number ().convert_to<std::string> ());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue