Skip to content

Commit

Permalink
Removing vote log spam.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Dec 16, 2017
1 parent e9c34d7 commit ee0b95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rai/node/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,7 @@ void rai::election::confirm_if_quarum (MDB_txn * transaction_a)

void rai::election::confirm_cutoff (MDB_txn * transaction_a)
{
//if (tally_l.size () > 1)
if (node.config.logging.vote_logging ())
{
BOOST_LOG (node.log) << boost::str (boost::format ("Vote tally weight %2% for root %1%") % votes.id.to_string () % last_winner->root ().to_string ());
for (auto i (votes.rep_votes.begin ()), n (votes.rep_votes.end ()); i != n; ++i)
Expand Down

0 comments on commit ee0b95c

Please sign in to comment.