Ver Fonte

minor logging improvement

Co-authored-by: bjoern <r10s@b44t.com>
cyBerta há 3 anos atrás
pai
commit
be45a884fd
1 ficheiros alterados com 1 adições e 1 exclusões
  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() {