13
0

improve debug message

This commit is contained in:
Robin Gareus 2013-12-30 16:58:46 +01:00
parent fe464bf1dd
commit bcc5a4d7d2

View File

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