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:
parent
b1bc353f0d
commit
051b81494c
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user