Page MenuHomePhabricator

[avalanche] Remove some useless logs
ClosedPublic

Authored by Fabien on Oct 2 2023, 14:11.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC91fa3a143daf: [avalanche] Remove some useless logs
Summary

The "Requesting more avalanche addresses [...]" and "Requesting compact proofs [...]" log messages are printed periodically for each peer, which brings zero information and bloats the log. Get rid of them.

Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Oct 2 2023, 14:11
bytesofman added a subscriber: bytesofman.
bytesofman added inline comments.
src/net_processing.cpp
1786 ↗(On Diff #42479)

unrelated bug fix?

This revision is now accepted and ready to land.Oct 2 2023, 14:12
src/net_processing.cpp
1786 ↗(On Diff #42479)

Clearly not a bug fix since it's a comment, but a related comment fix - the summary correctly state that it's sent to all the peers, and the comment mistakenly states it's sent to a single one

This revision was automatically updated to reflect the committed changes.