summaryrefslogtreecommitdiff
path: root/telepathy-logger/debug.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-26 14:46:32 +1100
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-26 14:46:32 +1100
commit974c774d4d45dc2935bc8a6eee43e987a97dc486 (patch)
tree3f388c1a941a2dd56b5d9326cddfe93f14a89d00 /telepathy-logger/debug.h
parent441651cc42ab642626315df1bbf8ade20fa5400f (diff)
parent6a769d860f6a7cf5d16bc5acb130afd63bd9535a (diff)
downloadtelepathy-logger-974c774d4d45dc2935bc8a6eee43e987a97dc486.tar.gz
Merge branch 'observe-existing-channels'
Diffstat (limited to 'telepathy-logger/debug.h')
-rw-r--r--telepathy-logger/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-logger/debug.h b/telepathy-logger/debug.h
index 1766b2c..db9b35a 100644
--- a/telepathy-logger/debug.h
+++ b/telepathy-logger/debug.h
@@ -61,8 +61,8 @@ G_END_DECLS
#define DEBUGGING gabble_debug_flag_is_set (DEBUG_FLAG)
-/* The same of DEBUG, printing also the object-path property for the TpProxy
- * passed as first arg. prepending '_' not not shadow any local variable */
+/* The same of DEBUG, printing also the object-path property for the TpProxy,
+ * passed as first arg. prepending '_' to avoid shadowing local variables */
#define PATH_DEBUG(_proxy, _format, ...) \
G_STMT_START { \
const gchar *_path; \