13
0

slightly more informational debug message

git-svn-id: svn://localhost/ardour2/branches/3.0@13896 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-19 13:14:50 +00:00
parent b1bc353f0d
commit 051b81494c

View File

@ -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;
}
}
}