Parcourir la source

minor logging improvement

Co-authored-by: bjoern <r10s@b44t.com>
cyBerta il y a 3 ans
Parent
commit
be45a884fd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      deltachat-ios/AppDelegate.swift

+ 1 - 1
deltachat-ios/AppDelegate.swift

@@ -212,7 +212,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
     }
 
     func applicationProtectedDataWillBecomeUnavailable(_ application: UIApplication) {
-        logger.info("️ applicationProtectedDataWillBecomeUnavailable")
+        logger.info("️ applicationProtectedDataWillBecomeUnavailable")
     }
 
     static func emitMsgsChangedIfShareExtensionWasUsed() {