debug output formatting
[ardour.git] / libs / ardour / midi_state_tracker.cc
index 884d1e16f07e63e59ecac1ad0e22a974ad1b9224..3e81a064c843b09fb95f5840bc8304cb4382e337 100644 (file)
@@ -206,7 +206,7 @@ MidiStateTracker::dump (ostream& o)
                for (int x = 0; x < 128; ++x) {
                        if (_active_notes[c * 128 + x]) {
                                o << "Channel " << c+1 << " Note " << x << " is on ("
-                                 << (int) _active_notes[c*128+x] <<  "times)\n";
+                                 << (int) _active_notes[c*128+x] <<  " times)\n";
                        }
                }
        }