summaryrefslogtreecommitdiff
path: root/libs/ardour/session_butler.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-07-02 20:37:32 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-07-02 20:37:32 +0000
commitef02f8b0f8c0c3f4cbe472c592ff90a46b938fcf (patch)
tree084aa1fcf2f80282989a71de7fd1e88cf97de911 /libs/ardour/session_butler.cc
parent2847be89402f897658046b571cb5b8c39facdcce (diff)
and more of a possible fix for NPAE problem
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7360 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_butler.cc')
-rw-r--r--libs/ardour/session_butler.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/ardour/session_butler.cc b/libs/ardour/session_butler.cc
index 21edc08a5c..ed73943842 100644
--- a/libs/ardour/session_butler.cc
+++ b/libs/ardour/session_butler.cc
@@ -386,6 +386,11 @@ Session::butler_thread_work ()
// cerr << "AFTER " << (*i)->name() << ": pb = " << (*i)->playback_buffer_load() << " cp = " << (*i)->capture_buffer_load() << endl;
// }
+ cerr << "Loop done, but BSR = "
+ << butler_should_run
+ << " DWO = " << disk_work_outstanding
+ << " TWR = " << g_atomic_int_get (&butler_should_do_transport_work)
+ << " so back to restart\n";
goto restart;
}