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

+ 1 - 1
iOSClient/Networking/NCNetworking.swift

@@ -490,7 +490,7 @@ 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)")
+                NCCommunicationCommon.shared.writeLog("Upload complete " + serverUrl + "/" + fileName + ", result: success(\(size) bytes)")
                 
             } else if errorCode == NSURLErrorCancelled {