Skip to content

Commit

Permalink
Merge pull request #1146 from bitshares/abitmore-patch-3
Browse files Browse the repository at this point in the history
Changed push_proposal exception log level to warn
  • Loading branch information
abitmore authored Jul 21, 2018
2 parents 7a5828a + 59da6ee commit de07497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/db_block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ processed_transaction database::push_proposal(const proposal_object& proposal)
{
_applied_ops.resize( old_applied_ops_size );
}
elog( "${e}", ("e",e.to_detail_string() ) );
wlog( "${e}", ("e",e.to_detail_string() ) );
throw;
}

Expand Down

0 comments on commit de07497

Please sign in to comment.