The logging in addrdb is confusing, because it uses LogPrintf
(info level) to log warnings.
Fix this by properly using the warn
level, where needed. Also, drop unused trailing \n
while touching the lines.
The logging in addrdb is confusing, because it uses LogPrintf
(info level) to log warnings.
Fix this by properly using the warn
level, where needed. Also, drop unused trailing \n
while touching the lines.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32933.
See the guideline for information on the review process.
Type | Reviewers |
---|---|
ACK | stickies-v |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
Labels
Utils/log/libs