Explorar o código

minor logging improvement

Co-authored-by: bjoern <r10s@b44t.com>
cyBerta %!s(int64=3) %!d(string=hai) anos
pai
achega
be45a884fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {