13
0

more MTC debugging

git-svn-id: svn://localhost/ardour2/branches/3.0@6571 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-01-27 02:07:47 +00:00
parent 4ceac63116
commit d6ec6b616b

View File

@ -482,6 +482,8 @@ MTC_Slave::resolution() const
void
MTC_Slave::queue_reset ()
{
DEBUG_TRACE (DEBUG::MTC, "queue reset of MTC slave state\n");
PBD::stacktrace (cerr, 35);
Glib::Mutex::Lock lm (reset_lock);
reset_pending++;
}