marinofaggiana 3 ani în urmă
părinte
comite
1f1cd12112
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      iOSClient/Networking/NCOperationQueue.swift

+ 3 - 1
iOSClient/Networking/NCOperationQueue.swift

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