summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-12-07 16:48:37 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2010-12-07 16:48:37 +0000
commit409e1c8fa29acb59e4809d750beb11a9b53c90d3 (patch)
tree761bb52b56fc3d355560254484b1a0aaf32062c6
parent8f93444b1da58ac9bf16e917c4133607595a28ca (diff)
downloadtelepathy-logger-409e1c8fa29acb59e4809d750beb11a9b53c90d3.tar.gz
Fix the definition of DEBUGGING
(This isn't Gabble.)
-rw-r--r--telepathy-logger/debug-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/debug-internal.h b/telepathy-logger/debug-internal.h
index ac8bd5d..72a3c27 100644
--- a/telepathy-logger/debug-internal.h
+++ b/telepathy-logger/debug-internal.h
@@ -79,7 +79,7 @@ G_STMT_START { \
#define DEBUG(format, ...) \
_tpl_debug (DEBUG_FLAG, "%s: " format, G_STRFUNC, ##__VA_ARGS__)
-#define DEBUGGING gabble_debug_flag_is_set (DEBUG_FLAG)
+#define DEBUGGING _tpl_debug_flag_is_set (DEBUG_FLAG)
/* The same of DEBUG, printing also the object-path property for the TpProxy,
* passed as first arg. prepending '_' to avoid shadowing local variables */