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.