diff --git a/msgNotificationService/NotificationService.swift b/msgNotificationService/NotificationService.swift index cbd4ff5ce..4959f8506 100644 --- a/msgNotificationService/NotificationService.swift +++ b/msgNotificationService/NotificationService.swift @@ -176,7 +176,7 @@ class NotificationService: UNNotificationServiceExtension { } } - NotificationService.log.message(message: "msg: \(content) \n") + NotificationService.log.message(message: "received msg size : \(content.count) \n") return msgData; }