13
0

even more debugging info for zth

git-svn-id: svn://localhost/ardour2/branches/3.0@11454 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-02-06 14:35:00 +00:00
parent d0b1a8100a
commit f77ed1c692

View File

@ -455,7 +455,7 @@ MidiDiskstream::commit (framecnt_t playback_distance)
uint32_t frames_read = g_atomic_int_get(&_frames_read_from_ringbuffer);
uint32_t frames_written = g_atomic_int_get(&_frames_written_to_ringbuffer);
cerr << "MDS written: " << frames_written << " - read: " << frames_read <<
cerr << name() << " MDS written: " << frames_written << " - read: " << frames_read <<
" = " << frames_written - frames_read
<< " + " << playback_distance << " < " << midi_readahead << " = " << need_butler << ")" << endl;