소스 검색

new message LOG asset found auto upload

Marino Faggiana 7 년 전
부모
커밋
c3f9e2c6a2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      iOSClient/AutoUpload/NCAutoUpload.m

+ 4 - 0
iOSClient/AutoUpload/NCAutoUpload.m

@@ -385,6 +385,10 @@
         
         NSLog(@"[LOG] Auto upload, no new asset found for date image %@, date video %@", tableAccount.autoUploadDatePhoto, tableAccount.autoUploadDateVideo);
         return;
+        
+    } else {
+        
+        NSLog(@"[LOG] Auto upload, new %lu asset found for date image %@, date video %@", (unsigned long)[newItemsToUpload count], tableAccount.autoUploadDatePhoto, tableAccount.autoUploadDateVideo);
     }
     
     if (assetsFull) {