mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-23 03:32:13 -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
|
let fileId = zimFileID.uuidString
|
||||||
if (200..<300).contains(httpResponse.statusCode) {
|
if (200..<300).contains(httpResponse.statusCode) {
|
||||||
Log.DownloadService.info(
|
Log.DownloadService.info(
|
||||||
"Download Ok, zimId: \(fileId, privacy: .public)",
|
"Download Ok, zimId: \(fileId, privacy: .public)"
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
let statusCode = httpResponse.statusCode
|
let statusCode = httpResponse.statusCode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user