mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-22 11:03:21 -04:00
Fix build
This commit is contained in:
parent
b297dba7bb
commit
36db1b96c6
@ -207,7 +207,7 @@ final class DownloadService: NSObject, URLSessionDelegate, URLSessionTaskDelegat
|
||||
let fileId = zimFileID.uuidString
|
||||
if (200..<300).contains(httpResponse.statusCode) {
|
||||
Log.DownloadService.info(
|
||||
"Download Ok, zimId: \(fileId, privacy: .public)",
|
||||
"Download Ok, zimId: \(fileId, privacy: .public)"
|
||||
)
|
||||
} else {
|
||||
let statusCode = httpResponse.statusCode
|
||||
|
Loading…
x
Reference in New Issue
Block a user