Browse Source

New message [LOG] Auto Upload

Marino Faggiana 7 năm trước cách đây
mục cha
commit
2b0a295228
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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) {