marinofaggiana 3 lat temu
rodzic
commit
1f1cd12112
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      iOSClient/Networking/NCOperationQueue.swift

+ 3 - 1
iOSClient/Networking/NCOperationQueue.swift

@@ -423,7 +423,7 @@ class NCOperationDownloadThumbnail: ConcurrentOperation {
                             completion: nil)
                             completion: nil)
                     }
                     }
                 } else {
                 } else {
-                    print("oh oh oh ")
+                    print("Thumbnail: oh oh oh ")
                 }
                 }
                 
                 
                 self.finish()
                 self.finish()
@@ -469,6 +469,8 @@ class NCOperationDownloadAvatar: ConcurrentOperation {
                             appDelegate.avatars[self.user] = image
                             appDelegate.avatars[self.user] = image
                             #endif
                             #endif
                         }
                         }
+                    } else {
+                        print("Avatar: oh oh oh ")
                     }
                     }
                 }
                 }