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:
Boris Nagaev 2026-04-03 19:41:43 -05:00
parent c56c6d3563
commit c7ee8f27e9
No known key found for this signature in database

View file

@ -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)
}
}