Merge branch 'master' into windows
[ardour.git] / libs / ardour / mtc_slave.cc
index 2c351ab68a72ebe97d1acfbc1e3a87ca6c5a784e..0dee2a071bdd4e3ce5035a25589cde25ee5d8009 100644 (file)
@@ -309,8 +309,11 @@ MTC_Slave::update_mtc_time (const MIDI::byte *msg, bool was_full, framepos_t now
           to use a timestamp indicating when this MTC time was received. example: when we received
           a locate command via MMC.
        */
-
+#ifdef COMPILER_MSVC
+       DEBUG_TRACE (DEBUG::MTC, string_compose ("MTC::update_mtc_time - TID:%1\n", ::pthread_self().p));
+#else
        DEBUG_TRACE (DEBUG::MTC, string_compose ("MTC::update_mtc_time - TID:%1\n", ::pthread_self()));
+#endif
        TimecodeFormat tc_format;
        bool reset_tc = true;