summaryrefslogtreecommitdiff
path: root/libs/ardour/session_events.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-30 16:12:13 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-30 16:12:13 +0000
commit6a847f553c9e274c8b1a464590e41ae78018af45 (patch)
treeb4c288c73409dd490f02168c05d1c61d4ac3dbcc /libs/ardour/session_events.cc
parentd404b9fc58c7fd4d39331f0e2019de452542622c (diff)
add slave,transport and event debugging traces
git-svn-id: svn://localhost/ardour2/branches/3.0@6215 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_events.cc')
-rw-r--r--libs/ardour/session_events.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/session_events.cc b/libs/ardour/session_events.cc
index 7304991948..b218bbdf85 100644
--- a/libs/ardour/session_events.cc
+++ b/libs/ardour/session_events.cc
@@ -29,6 +29,7 @@
#include "ardour/ardour.h"
#include "ardour/audio_diskstream.h"
#include "ardour/butler.h"
+#include "ardour/debug.h"
#include "ardour/session.h"
#include "i18n.h"
@@ -296,7 +297,7 @@ Session::process_event (Event* ev)
}
}
- //printf("Processing event: %s\n", event_names[ev->type]);
+ DEBUG_TRACE (DEBUG::SessionEvents, string_compose ("Processing event: %1 @ %2\n", enum_2_string (ev->type), _transport_frame));
switch (ev->type) {
case Event::SetLoop: