summaryrefslogtreecommitdiff
path: root/libs/ardour/session_butler.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-02-11 02:34:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-02-11 02:34:03 +0000
commitcf0da62ff0e4ef7dfcf0730f1af057edd34dc15a (patch)
treef32b38dad9f06bb1d803b699acc816edfefd1e5f /libs/ardour/session_butler.cc
parent9ab70fb55284537228577d575f15aa03949bd678 (diff)
miscellaneous fixes post-jesse's 24 bit file format changes
git-svn-id: svn://localhost/trunk/ardour2@317 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_butler.cc')
-rw-r--r--libs/ardour/session_butler.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/ardour/session_butler.cc b/libs/ardour/session_butler.cc
index 00a2465d9b..bec34469ff 100644
--- a/libs/ardour/session_butler.cc
+++ b/libs/ardour/session_butler.cc
@@ -193,7 +193,7 @@ Session::butler_thread_work ()
<< endmsg;
break;
}
-
+
if (pfd[0].revents & ~POLLIN) {
error << _("Error on butler thread request pipe") << endmsg;
break;
@@ -242,9 +242,9 @@ Session::butler_thread_work ()
}
}
-// for (DiskStreamList::iterator i = diskstreams.begin(); i != diskstreams.end(); ++i) {
-// cerr << "BEFORE " << (*i)->name() << ": pb = " << (*i)->playback_buffer_load() << " cp = " << (*i)->capture_buffer_load() << endl;
-// }
+ for (i = diskstreams.begin(); i != diskstreams.end(); ++i) {
+ // cerr << "BEFORE " << (*i)->name() << ": pb = " << (*i)->playback_buffer_load() << " cp = " << (*i)->capture_buffer_load() << endl;
+ }
if (transport_work_requested()) {
butler_transport_work ();