extend debug output statement

This commit is contained in:
Paul Davis 2019-02-04 11:20:32 -07:00
parent 55e2542193
commit 8edd03e68b

View file

@ -1222,7 +1222,7 @@ Session::locate (samplepos_t target_sample, bool with_roll, bool with_flush, boo
return;
}
cerr << "... now doing the actual locate\n";
cerr << "... now doing the actual locate to " << target_sample << " from " << _transport_sample << endl;
// Update Timecode time
_transport_sample = target_sample;