summaryrefslogtreecommitdiff
path: root/libs/ardour/debug.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-02-24 13:49:08 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-02-24 13:51:31 -0500
commite58b337c84d4e7fcea52c7ef79811f3bb8c5adec (patch)
tree3cbad02086a090327d7dcf46c6cf8abd7306dfb8 /libs/ardour/debug.cc
parent59cc85b8211a7f2d171eb3e35444a6532bbd1d8a (diff)
add (finally) DEBUG::AudioEngine bit and convert existing debug trace messages to use it
Diffstat (limited to 'libs/ardour/debug.cc')
-rw-r--r--libs/ardour/debug.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/debug.cc b/libs/ardour/debug.cc
index dc762299e9..39ab5b82c7 100644
--- a/libs/ardour/debug.cc
+++ b/libs/ardour/debug.cc
@@ -62,5 +62,6 @@ uint64_t PBD::DEBUG::OrderKeys = PBD::new_debug_bit ("orderkeys");
uint64_t PBD::DEBUG::Automation = PBD::new_debug_bit ("automation");
uint64_t PBD::DEBUG::WiimoteControl = PBD::new_debug_bit ("wiimotecontrol");
uint64_t PBD::DEBUG::Ports = PBD::new_debug_bit ("Ports");
+uint64_t PBD::DEBUG::AudioEngine = PBD::new_debug_bit ("AudioEngine");