diff --git a/Account/Sources/Account/LocalAccount/LocalAccountRefresher.swift b/Account/Sources/Account/LocalAccount/LocalAccountRefresher.swift index 5b97bc718..313035c76 100644 --- a/Account/Sources/Account/LocalAccount/LocalAccountRefresher.swift +++ b/Account/Sources/Account/LocalAccount/LocalAccountRefresher.swift @@ -12,6 +12,7 @@ import RSParser import RSWeb import Articles import ArticlesDatabase +import os protocol LocalAccountRefresherDelegate { func localAccountRefresher(_ refresher: LocalAccountRefresher, requestCompletedFor: URL) @@ -81,7 +82,7 @@ extension LocalAccountRefresher: DownloadSessionDelegate { } if let error { - print("Error downloading \(url) - \(error)") + os_log(.debug, "Error downloading \(url) - \(error)") return }