]> git.bitcoin.ninja Git - rust-lightning/commit
Add some trivial logging during RGS update processing. 2023-04-rgs-log-some
authorMatt Corallo <git@bluematt.me>
Mon, 3 Apr 2023 22:29:41 +0000 (22:29 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 4 Apr 2023 16:37:35 +0000 (16:37 +0000)
commit6897e5c604ada219d67b7e38321a45e960600d8b
tree2e90c974c250a98e84d3e6b374bf74eac5685ff3
parent3b8bf93251a9c8aa528c6961d572a611bc140eb5
Add some trivial logging during RGS update processing.

Rather than being totally silent, we need to at least note that we
are processing an RGS update when doing so in the logs, which we do
here.

Fixes #1981.
lightning-rapid-gossip-sync/src/lib.rs
lightning-rapid-gossip-sync/src/processing.rs