13
0

add debug trace output for locate

This commit is contained in:
Paul Davis 2020-03-24 18:22:11 -06:00
parent ad7ff1ffd7
commit 75fec524d2

View File

@ -880,6 +880,7 @@ Session::process_event (SessionEvent* ev)
case SessionEvent::Locate:
/* args: do not roll after locate, clear state, not for loop, force */
DEBUG_TRACE (DEBUG::Transport, string_compose ("sending locate to %1 to tfsm\n", ev->target_sample));
TFSM_LOCATE (ev->target_sample, ev->locate_transport_disposition, true, false, ev->yes_or_no);
_send_timecode_update = true;
break;