marinofaggiana 4 years ago
parent
commit
c621d29b8f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      iOSClient/Networking/NCNetworking.swift

+ 2 - 0
iOSClient/Networking/NCNetworking.swift

@@ -490,6 +490,8 @@ import Queuer
                 NotificationCenter.default.postOnMainThread(name: k_notificationCenter_uploadedFile, userInfo: ["metadata":metadata, "errorCode":errorCode, "errorDescription":""])
                 #endif
                 
+                NCCommunicationCommon.shared.writeLog("Upload complete " + serverUrl + "/" + fileName + " of size: \(size)")
+                
             } else if errorCode == NSURLErrorCancelled {
                 
                 if metadata.status == k_metadataStatusUploadForcedStart {