diff --git a/notifications/manager.go b/notifications/manager.go index 71c0f3c4..3eda5d65 100644 --- a/notifications/manager.go +++ b/notifications/manager.go @@ -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) } }