marinofaggiana 4 ani în urmă
părinte
comite
21ab4b4a97
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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 {