mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Correct logging level
This commit is contained in:
@@ -38,7 +38,7 @@ class CloudKitReceiveStatusOperation: MainThreadOperation, Logging {
|
||||
case .success:
|
||||
self.operationDelegate?.operationDidComplete(self)
|
||||
case .failure(let error):
|
||||
self.logger.debug("Receive status error: \(error.localizedDescription, privacy: .public)")
|
||||
self.logger.error("Receive status error: \(error.localizedDescription, privacy: .public)")
|
||||
self.operationDelegate?.cancelOperation(self)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user