debug output fixes

git-svn-id: svn://localhost/ardour2/branches/3.0@6219 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-11-30 17:35:25 +00:00
parent 2c4fa9e19b
commit ce0757b604

View file

@ -560,6 +560,7 @@ Session::follow_slave (nframes_t nframes)
/* too far off, so locate and keep rolling */
DEBUG_TRACE (DEBUG::Slave, string_compose ("slave delta is too big, locate to %1\n", slave_transport_frame));
request_locate (slave_transport_frame, true);
return false;
} else {
float adjusted_speed = slave_speed + (delta / float(_current_frame_rate));
@ -586,6 +587,7 @@ Session::follow_slave (nframes_t nframes)
(int) (dir * this_delta),
slave_speed,
_transport_speed,
_transport_frame,
slave_transport_frame,
_transport_frame,
average_slave_delta));