From: Robin Gareus Date: Mon, 30 Dec 2013 15:58:46 +0000 (+0100) Subject: improve debug message X-Git-Tag: 3.5.308~147 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=bcc5a4d7d23057c316fbaffbc4f24d3df1eeb2a4;p=ardour.git improve debug message --- 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; }