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 {