diff --git a/Account/Sources/Account/CloudKit/CloudKitAccountDelegate.swift b/Account/Sources/Account/CloudKit/CloudKitAccountDelegate.swift index 58ada8bea..a9738d63a 100644 --- a/Account/Sources/Account/CloudKit/CloudKitAccountDelegate.swift +++ b/Account/Sources/Account/CloudKit/CloudKitAccountDelegate.swift @@ -315,7 +315,7 @@ final class CloudKitAccountDelegate: AccountDelegate { self.removeFeedFromCloud(for: account, with: feed, from: folder) { result in group.leave() if case .failure(let error) = result { - os_log(.error, log: self.log, "Remove folder, remove webfeed error: %@.", error.localizedDescription) + os_log(.error, log: self.log, "Remove folder, remove feed error: %@.", error.localizedDescription) errorOccurred = true } }