From bcc5a4d7d23057c316fbaffbc4f24d3df1eeb2a4 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 30 Dec 2013 16:58:46 +0100 Subject: improve debug message --- libs/ardour/midi_port.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/midi_port.cc') 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; } -- cgit v1.2.3