enhanced debug trace output
This commit is contained in:
parent
5fad2efa10
commit
eddac2e3b2
@ -730,6 +730,7 @@ Session::maybe_sync_start (pframes_t & nframes)
|
|||||||
_silent = true;
|
_silent = true;
|
||||||
|
|
||||||
if (Config->get_locate_while_waiting_for_sync()) {
|
if (Config->get_locate_while_waiting_for_sync()) {
|
||||||
|
DEBUG_TRACE (DEBUG::Transport, "micro-locate while waiting for sync\n");
|
||||||
if (micro_locate (nframes)) {
|
if (micro_locate (nframes)) {
|
||||||
/* XXX ERROR !!! XXX */
|
/* XXX ERROR !!! XXX */
|
||||||
}
|
}
|
||||||
@ -1089,7 +1090,7 @@ Session::follow_transport_master (pframes_t nframes)
|
|||||||
if (transport_master_tracking_state == Running) {
|
if (transport_master_tracking_state == Running) {
|
||||||
|
|
||||||
if (!actively_recording() && abs (delta) > tmm.current()->resolution()) {
|
if (!actively_recording() && abs (delta) > tmm.current()->resolution()) {
|
||||||
DEBUG_TRACE (DEBUG::Slave, string_compose ("average slave delta %1 greater than slave resolution %2\n", delta, tmm.current()->resolution()));
|
DEBUG_TRACE (DEBUG::Slave, string_compose ("current slave delta %1 greater than slave resolution %2\n", delta, tmm.current()->resolution()));
|
||||||
if (micro_locate (-delta) != 0) {
|
if (micro_locate (-delta) != 0) {
|
||||||
DEBUG_TRACE (DEBUG::Slave, "micro-locate didn't work, set no disk output true\n");
|
DEBUG_TRACE (DEBUG::Slave, "micro-locate didn't work, set no disk output true\n");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user