From b78a792a47b96171335ea02c285cf49d60d49ae3 Mon Sep 17 00:00:00 2001 From: Edward Hennis Date: Mon, 2 Oct 2017 12:19:48 -0400 Subject: [PATCH] [FOLD] lower log message level --- src/ripple/app/misc/NetworkOPs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/app/misc/NetworkOPs.cpp b/src/ripple/app/misc/NetworkOPs.cpp index 1743034b118..765c27a0431 100644 --- a/src/ripple/app/misc/NetworkOPs.cpp +++ b/src/ripple/app/misc/NetworkOPs.cpp @@ -1099,7 +1099,7 @@ void NetworkOPsImp::apply (std::unique_lock& 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