From 051b81494c2ac4b8c6784af913b82b50e1f2eeb6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 19 Jan 2013 13:14:50 +0000 Subject: slightly more informational debug message git-svn-id: svn://localhost/ardour2/branches/3.0@13896 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/midi_port.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/ardour/midi_port.cc b/libs/ardour/midi_port.cc index cc72eabba4..51d364a3d9 100644 --- a/libs/ardour/midi_port.cc +++ b/libs/ardour/midi_port.cc @@ -173,7 +173,8 @@ MidiPort::flush_buffers (pframes_t nframes) } } else { cerr << "drop flushed event on the floor, time " << ev - << " to early for " << _global_port_buffer_offset + _port_buffer_offset << endl; + << " to early for " << _global_port_buffer_offset + << " + " << _port_buffer_offset << endl; } } } -- cgit v1.2.3