We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9d9711 + 25c0f48 commit 1d01e47Copy full SHA for 1d01e47
lightning/src/chain/chainmonitor.rs
@@ -772,7 +772,7 @@ where C::Target: chain::Filter,
772
monitor_state.last_chain_persist_height.load(Ordering::Acquire) + LATENCY_GRACE_PERIOD_BLOCKS as usize
773
> self.highest_chain_height.load(Ordering::Acquire)
774
{
775
- log_info!(self.logger, "A Channel Monitor sync is still in progress, refusing to provide monitor events!");
+ log_debug!(self.logger, "A Channel Monitor sync is still in progress, refusing to provide monitor events!");
776
} else {
777
if monitor_state.channel_perm_failed.load(Ordering::Acquire) {
778
// If a `UpdateOrigin::ChainSync` persistence failed with `PermanantFailure`,
0 commit comments