mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Logs misc. events with OSLog
* Discovering AltServers * Clearing app cache * Updating Friend Zone Patrons
This commit is contained in:
@@ -87,10 +87,11 @@ final class UpdatePatronsOperation: ResultOperation<Void>
|
||||
|
||||
self.finish(.success(()))
|
||||
|
||||
print("Updated Friend Zone Patrons!")
|
||||
Logger.main.notice("Updated Friend Zone Patrons! Refresh ID: \(response.refreshID, privacy: .public)")
|
||||
}
|
||||
catch
|
||||
{
|
||||
Logger.main.error("Failed to update Friend Zone Patrons. \(error.localizedDescription, privacy: .public)")
|
||||
self.finish(.failure(error))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user