diff --git a/RiotNSE/NotificationService.swift b/RiotNSE/NotificationService.swift index 94f34f83a..455047b01 100644 --- a/RiotNSE/NotificationService.swift +++ b/RiotNSE/NotificationService.swift @@ -142,7 +142,7 @@ class NotificationService: UNNotificationServiceExtension { self.processEvent(event) } else { // decryption failed - NSLog("[NotificationService] Event needs to be decrpyted, but we don't have the keys to decrypt it. Launching a background sync.") + NSLog("[NotificationService] fetchEvent: Event needs to be decrpyted, but we don't have the keys to decrypt it. Launching a background sync.") self.launchBackgroundSync() } }) { [weak self] (error) in