summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/debug.h
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/ardour/debug.h
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/ardour/debug.h')
-rw-r--r--libs/ardour/ardour/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h
index d6bef8d48a..889a99b9ca 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -67,6 +67,7 @@ namespace PBD {
LIBARDOUR_API extern uint64_t WiimoteControl;
LIBARDOUR_API extern uint64_t Ports;
LIBARDOUR_API extern uint64_t AudioEngine;
+ LIBARDOUR_API extern uint64_t Soundcloud;
}
}