marinofaggiana 4 年之前
父节点
当前提交
bb181118c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {