Skip to content

Commit

Permalink
Fix typo in TxQ log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez authored and seelabs committed Sep 1, 2017
1 parent 21dc05f commit 89e8ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/app/misc/impl/TxQ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 89e8ea4

Please sign in to comment.