add back a DEBUG_TRACE statement, this time in the correct location

This commit is contained in:
Paul Davis 2021-05-04 18:55:09 -06:00
parent 7381b8a8c6
commit eba96e72cd

View File

@ -394,9 +394,11 @@ Session::set_transport_speed (double speed)
|| (act_speed == 0.0 && _signalled_varispeed != 0.0)
)
{
DEBUG_TRACE (DEBUG::Transport, string_compose ("send TSC3 with speed = %1\n", _transport_fsm->transport_speed()));
TransportStateChange (); /* EMIT SIGNAL */
_signalled_varispeed = act_speed;
}
}
/** Stop the transport. */