mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
notifications: log unknown ntfns at debug
Log unknown server notification variants at Debug level instead of Warn to avoid noisy logs during feature rollout mismatches.
This commit is contained in:
parent
c56c6d3563
commit
c7ee8f27e9
1 changed files with 1 additions and 2 deletions
|
|
@ -385,8 +385,7 @@ func (m *Manager) handleNotification(ntfn *swapserverrpc.
|
|||
}
|
||||
|
||||
default:
|
||||
log.Warnf("Received unknown notification type: %v",
|
||||
ntfn)
|
||||
log.Debugf("Received unknown notification type: %v", ntfn)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue