From 89e8ea436aae27debdf7641f344df544cf0145bc Mon Sep 17 00:00:00 2001 From: Edward Hennis Date: Tue, 29 Aug 2017 13:52:00 -0400 Subject: [PATCH] Fix typo in TxQ log message --- src/ripple/app/misc/impl/TxQ.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/app/misc/impl/TxQ.cpp b/src/ripple/app/misc/impl/TxQ.cpp index 0db98865e3..6763c024da 100644 --- a/src/ripple/app/misc/impl/TxQ.cpp +++ b/src/ripple/app/misc/impl/TxQ.cpp @@ -1027,7 +1027,7 @@ TxQ::apply(Application& app, OpenView& view, JLOG(j_.warn()) << "Removing last item of account " << lastRIter->account << - "from queue with average fee of" << + " from queue with average fee of " << endEffectiveFeeLevel << " in favor of " << transactionID << " with fee of " << feeLevelPaid;