marinofaggiana 4 năm trước cách đây
mục cha
commit
21ab4b4a97
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      iOSClient/AppDelegate.m

+ 2 - 2
iOSClient/AppDelegate.m

@@ -603,10 +603,10 @@
             return;
         }
         
-        [[NCCommunicationCommon shared] writeLog:@"Start perform Fetch"];
+        [[NCCommunicationCommon shared] writeLog:@"Start perform Fetch [Auto upload]"];
         
         [[NCAutoUpload shared] initAutoUploadWithViewController:nil completion:^(NSInteger items) {
-            [[NCCommunicationCommon shared] writeLog:[NSString stringWithFormat:@"Completition perform Fetch with %lu uploads", (unsigned long)items]];
+            [[NCCommunicationCommon shared] writeLog:[NSString stringWithFormat:@"Completition perform Fetch with %lu uploads [Auto upload]", (unsigned long)items]];
             if (items == 0) {
                 completionHandler(UIBackgroundFetchResultNoData);
             } else {