more debugging tweaks

git-svn-id: svn://localhost/ardour2/branches/3.0@6223 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2009-11-30 18:49:02 +00:00
parent 724f87a984
commit c925d32474

View File

@@ -274,6 +274,7 @@ MTC_Slave::speed_and_position (double& speed, nframes64_t& pos)
if (first_mtc_time == 0) {
speed = 0;
pos = last.position;
DEBUG_TRACE (DEBUG::MTC, string_compose ("first call to MTC_Slave::speed_and_position, pos = %1\n", last.position));
return true;
}