Browse Source

minor logging improvement

Co-authored-by: bjoern <r10s@b44t.com>
cyBerta 3 years ago
parent
commit
be45a884fd
1 changed files with 1 additions and 1 deletions
  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() {