mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix compile error
This commit is contained in:
@@ -191,7 +191,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
|
||||
try self.softwareUpdater.start()
|
||||
}
|
||||
catch {
|
||||
logger.error("Failed to start software updater with error: \(error, privacy: .public)")
|
||||
logger.error("Failed to start software updater with error: \(error.localizedDescription, privacy: .public)")
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user