diff --git a/services/local-notifications/core.go b/services/local-notifications/core.go index 8c77836df..c4d722250 100644 --- a/services/local-notifications/core.go +++ b/services/local-notifications/core.go @@ -153,7 +153,7 @@ func PushMessages(ns []*Notification) { } func pushMessage(notification *Notification) { - log.Debug("Pushing a new push notification", "notification", notification) + log.Debug("Pushing a new push notification") signal.SendLocalNotifications(notification) }