From 29e02ef88ca0cf5402adb43915ed9eaa0dee32d4 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Thu, 22 Sep 2022 04:07:25 -0500 Subject: [PATCH] Fix compile error --- Mac/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index 749bcf7b5..8f708c2c7 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -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