Skip to content

Commit

Permalink
[FOLD] lower log message level
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Oct 2, 2017
1 parent ddaeb30 commit 8b81a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/app/misc/NetworkOPs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ void NetworkOPsImp::apply (std::unique_lock<std::mutex>& batchLock)
}
else if (e.result == terQUEUED)
{
JLOG(m_journal.info()) << "Transaction is likely to claim a " <<
JLOG(m_journal.debug()) << "Transaction is likely to claim a " <<
"fee, but is queued until fee drops";
e.transaction->setStatus(HELD);
// Add to held transactions, because it could get
Expand Down

0 comments on commit 8b81a96

Please sign in to comment.