From d173414cc5d42ac928407ca97ffa75e49314601b Mon Sep 17 00:00:00 2001 From: Steffan Andrews Date: Sun, 2 Feb 2025 16:35:04 -0800 Subject: [PATCH] Fixed example project regression (#222) --- .../MIDISystemInfo/MIDISystemInfo/macOS/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/SwiftUI Multiplatform/MIDISystemInfo/MIDISystemInfo/macOS/AppDelegate.swift b/Examples/SwiftUI Multiplatform/MIDISystemInfo/MIDISystemInfo/macOS/AppDelegate.swift index 90a6eaa54..d9bfac115 100644 --- a/Examples/SwiftUI Multiplatform/MIDISystemInfo/MIDISystemInfo/macOS/AppDelegate.swift +++ b/Examples/SwiftUI Multiplatform/MIDISystemInfo/MIDISystemInfo/macOS/AppDelegate.swift @@ -24,7 +24,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { print("Starting MIDI services.") try midiManager.start() } catch { - "Error starting MIDI services: \(error.localizedDescription)" + print("Error starting MIDI services: \(error.localizedDescription)") } // Create the window and set the content view.