mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
Fix copy and paste error in debug output message in WINMME Midi Output
This commit is contained in:
parent
ac5eac471d
commit
56b5e04c3b
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ WinMMEMidiOutputDevice::stop ()
|
|||
}
|
||||
|
||||
if (!stop_midi_output_thread ()) {
|
||||
DEBUG_MIDI ("WinMMEMidiOutput: Failed to start MIDI output thread\n");
|
||||
DEBUG_MIDI ("WinMMEMidiOutput: Failed to stop MIDI output thread\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue