mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Downgrade log message regarding Channel Monitor sync still being in progress from info to debug
This commit is contained in:
parent
e9d9711de4
commit
25c0f489ae
1 changed files with 1 additions and 1 deletions
|
@ -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`,
|
||||
|
|
Loading…
Add table
Reference in a new issue