Fix compile error

This commit is contained in:
Maurice Parker
2022-09-22 04:07:25 -05:00
parent ef8b76dbe1
commit 29e02ef88c

View File

@@ -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