summaryrefslogtreecommitdiff
path: root/libs/ardour/debug.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-09 10:18:29 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-09 10:18:29 -0500
commit8e44a0bff7c6f9cc9838da463332a8b9b6eb1011 (patch)
tree2181fb07302f8d2048a8c3ba32a4e29300b49ff9 /libs/ardour/debug.cc
parent246a4f3018db6a7650ff60dda9562b7cb9891331 (diff)
add DEBUG::Butler and 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 69f2663aa8..4a7453f172 100644
--- a/libs/ardour/debug.cc
+++ b/libs/ardour/debug.cc
@@ -65,5 +65,6 @@ 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");
uint64_t PBD::DEBUG::Soundcloud = PBD::new_debug_bit ("Soundcloud");
+uint64_t PBD::DEBUG::Butler = PBD::new_debug_bit ("Butler");