summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_port.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-12-30 16:58:46 +0100
committerRobin Gareus <robin@gareus.org>2013-12-30 16:58:46 +0100
commitbcc5a4d7d23057c316fbaffbc4f24d3df1eeb2a4 (patch)
tree8cdc9fbd777410f83dfcbbbb58ccbde88c2b4979 /libs/ardour/midi_port.cc
parentfe464bf1dd1ea1b495ef49b92e26b17ef8680974 (diff)
improve debug message
Diffstat (limited to 'libs/ardour/midi_port.cc')
-rw-r--r--libs/ardour/midi_port.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/midi_port.cc b/libs/ardour/midi_port.cc
index ae168356b6..9b665f3a16 100644
--- a/libs/ardour/midi_port.cc
+++ b/libs/ardour/midi_port.cc
@@ -205,7 +205,7 @@ MidiPort::flush_buffers (pframes_t nframes)
<< ev.time() << " > " << _global_port_buffer_offset + _port_buffer_offset << endl;
}
} else {
- cerr << "drop flushed event on the floor, time " << ev
+ cerr << "drop flushed event on the floor, time " << ev.time()
<< " to early for " << _global_port_buffer_offset
<< " + " << _port_buffer_offset << endl;
}