-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trivial: Fix typo in TxQ log message #2218
Conversation
@@ -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 " << |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think there should be a space at the end, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, the next line of code starts with a number. This is what it looks like now (from #2215):
2017-Aug-28 22:47:24 TxQ:WRN Removing last item of account rfepxFxQKMSwn1otQRk35TgXbfLX6p8JBXfrom queue with average fee of27297 in favor of 10982E55CC5219B0B4B90B5B2D205965196171F8C8A720800EF14D6B9F789C21 with fee of 446796
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, you're right, I misread the code.
👍 |
Codecov Report
@@ Coverage Diff @@
## develop #2218 +/- ##
===========================================
- Coverage 70.05% 70.04% -0.01%
===========================================
Files 689 689
Lines 50724 50724
===========================================
- Hits 35533 35530 -3
- Misses 15191 15194 +3
Continue to review full report at Codecov.
|
In 0.80.0-rc2 |
No description provided.