more MTC debugging
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 27 Jan 2010 02:07:47 +0000 (02:07 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 27 Jan 2010 02:07:47 +0000 (02:07 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6571 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/mtc_slave.cc

index d3dcb386c5e99436bf01f2b88810a92b253d59cb..7d6416b5d62eb6f303af0ab8c6bc35089a0a14c3 100644 (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++;
 }