Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
Signed-off-by: Marino Faggiana <[email protected]>
  • Loading branch information
marinofaggiana committed Feb 10, 2024
1 parent 23b3555 commit 7d61d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/NextcloudKit/NextcloudKitBackground.swift
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ import Foundation
}

if nkError.errorCode == 0 {
self.nkCommonInstance.writeLog("Network completed upload file: \(serverUrl)/\(fileName)")
self.nkCommonInstance.writeLog("Network completed file: \(serverUrl)/\(fileName)")
} else {
self.nkCommonInstance.writeLog("Network completed upload file: \(serverUrl)/\(fileName) with error code \(nkError.errorCode) and error description " + nkError.errorDescription)
self.nkCommonInstance.writeLog("Network completed file: \(serverUrl)/\(fileName) with error code \(nkError.errorCode) and error description " + nkError.errorDescription)
}
}

Expand Down

0 comments on commit 7d61d28

Please sign in to comment.