We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c51080 commit cb235e9Copy full SHA for cb235e9
lightning/src/chain/chainmonitor.rs
@@ -818,7 +818,7 @@ where C::Target: chain::Filter,
818
monitor_state.last_chain_persist_height.load(Ordering::Acquire) + LATENCY_GRACE_PERIOD_BLOCKS as usize
819
> self.highest_chain_height.load(Ordering::Acquire)
820
{
821
- log_debug!(self.logger, "A Channel Monitor sync is still in progress, refusing to provide monitor events!");
+ log_trace!(self.logger, "A Channel Monitor sync is still in progress, refusing to provide monitor events!");
822
} else {
823
if is_pending_monitor_update {
824
log_error!(self.logger, "A ChannelMonitor sync took longer than {} blocks to complete.", LATENCY_GRACE_PERIOD_BLOCKS);
0 commit comments