diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc index 6ae411b938..c8879aec31 100644 --- a/libs/ardour/session_transport.cc +++ b/libs/ardour/session_transport.cc @@ -812,6 +812,7 @@ Session::set_transport_speed (float speed, bool abort) } if ((synced_to_jack()) && speed != 0.0 && speed != 1.0) { + cerr << "synced to jack and speed == " << speed << endl; warning << _("Global varispeed cannot be supported while Ardour is connected to JACK transport control") << endmsg; return;