summaryrefslogtreecommitdiff
path: root/libs/ardour/debug.cc
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2014-05-23 19:36:47 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2014-05-23 19:36:47 +0100
commitaa318a2fc31f5bee992fe39d4fb2bda1de4d3175 (patch)
tree626351a92956dba246f93628aae46d2eb7a2845e /libs/ardour/debug.cc
parentec6631d75cadfdaa613a6d506289cb87fd0f7e7d (diff)
Add and use a DEBUG flag for Soundcloud uploads.
Replace output to stdout/stderr from Soundcloud upload functions with DEBUG_TRACE (DEBUG::Soundcloud, ...).
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 39ab5b82c7..869916cca8 100644
--- a/libs/ardour/debug.cc
+++ b/libs/ardour/debug.cc
@@ -63,5 +63,6 @@ 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");
+uint64_t PBD::DEBUG::Soundcloud = PBD::new_debug_bit ("Soundcloud");