Browse Source

New message [LOG] Auto Upload

Marino Faggiana 7 years ago
parent
commit
2b0a295228
1 changed files with 4 additions and 1 deletions
  1. 4 1
      iOSClient/AutoUpload/NCAutoUpload.m

+ 4 - 1
iOSClient/AutoUpload/NCAutoUpload.m

@@ -381,8 +381,11 @@
     }
     
     // News Assets ? if no verify if blocked Table Auto Upload -> Autostart
-    if ([newItemsToUpload count] == 0)
+    if ([newItemsToUpload count] == 0) {
+        
+        NSLog(@"[LOG] Auto upload, no new asset found for date image %@, date video %@", tableAccount.autoUploadDatePhoto, tableAccount.autoUploadDateVideo);
         return;
+    }
     
     if (assetsFull) {