marinofaggiana 4 년 전
부모
커밋
21ab4b4a97
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 {