summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-02-06 14:56:27 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2012-02-06 15:12:23 +0000
commit17af336d3fe42109e9ab067c27bd9f20a915f9e5 (patch)
treebe711e9e5c3a9fc98fe3abb5ccb9a7238084c640 /tests
parent132d73e09abb9c08f61cebe1cd0ca6d7cbc8b7c0 (diff)
Namespace debug flags.
For better or worse, we expose these to applications, so we should namespace them. (This isn't purely theoretical: the names clash with the same ones in Gibber within Salut.)
Diffstat (limited to 'tests')
-rw-r--r--tests/wocky-test-connector-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wocky-test-connector-server.c b/tests/wocky-test-connector-server.c
index 5ca5bd1..9919f9e 100644
--- a/tests/wocky-test-connector-server.c
+++ b/tests/wocky-test-connector-server.c
@@ -35,7 +35,7 @@
/* We're being a bit naughty here by including wocky-debug.h, but we're
* internal *enough*.
*/
-#define DEBUG_FLAG DEBUG_CONNECTOR
+#define WOCKY_DEBUG_FLAG WOCKY_DEBUG_CONNECTOR
#define WOCKY_COMPILATION
#include <wocky/wocky-debug-internal.h>
#undef WOCKY_COMPILATION