Browse Source

add more details

B. Petersen 3 years ago
parent
commit
24b3a39c2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deltachat-ios/AppDelegate.swift

+ 1 - 1
deltachat-ios/AppDelegate.swift

@@ -433,7 +433,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         // if at some point we do per-message-push-notifications, we need to tweak this gate.
         // if at some point we do per-message-push-notifications, we need to tweak this gate.
         let nowTimestamp = Double(Date().timeIntervalSince1970)
         let nowTimestamp = Double(Date().timeIntervalSince1970)
         if nowTimestamp < bgIoTimestamp + 60 {
         if nowTimestamp < bgIoTimestamp + 60 {
-            self.pushToDebugArray("e2")
+            self.pushToDebugArray("e2:"+String(format: "%.3fs:%.3fs", nowTimestamp, bgIoTimestamp + 60))
             logger.info("➡️ fetch was just executed, skipping")
             logger.info("➡️ fetch was just executed, skipping")
             completionHandler(.newData)
             completionHandler(.newData)
             return
             return