Downgrade log message regarding Channel Monitor sync still being in progress from info to debug

This commit is contained in:
Joseph Goulden 2023-09-03 12:48:56 +01:00
parent e9d9711de4
commit 25c0f489ae

View file

@ -772,7 +772,7 @@ where C::Target: chain::Filter,
monitor_state.last_chain_persist_height.load(Ordering::Acquire) + LATENCY_GRACE_PERIOD_BLOCKS as usize
> self.highest_chain_height.load(Ordering::Acquire)
{
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!");
} else {
if monitor_state.channel_perm_failed.load(Ordering::Acquire) {
// If a `UpdateOrigin::ChainSync` persistence failed with `PermanantFailure`,