mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
extend debug output statement
This commit is contained in:
parent
55e2542193
commit
8edd03e68b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue