Update RiotNSE/NotificationService.swift

Co-authored-by: manuroe <manuroe@users.noreply.github.com>
This commit is contained in:
ismailgulek 2020-05-26 17:52:26 +03:00 committed by GitHub
parent 63d4a16d51
commit db8b5a4b45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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