summaryrefslogtreecommitdiff
path: root/telepathy-glib/debug-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-30 16:12:19 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-30 16:17:44 +0100
commiteafb834d52d0cb68c2c58b4335ef46c30d4284c1 (patch)
tree2339b16f35efe560a82a8b81bf3124de5572e7b6 /telepathy-glib/debug-internal.h
parentee4e5d90c6f9806b2c311336e38ee6976540d504 (diff)
downloadtelepathy-glib-eafb834d52d0cb68c2c58b4335ef46c30d4284c1.tar.gz
Introduce a "misc" debug domain for util, dbus etc.
Diffstat (limited to 'telepathy-glib/debug-internal.h')
-rw-r--r--telepathy-glib/debug-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/debug-internal.h b/telepathy-glib/debug-internal.h
index 68634fdf9..8ab18df9c 100644
--- a/telepathy-glib/debug-internal.h
+++ b/telepathy-glib/debug-internal.h
@@ -13,6 +13,7 @@ G_BEGIN_DECLS
* and #key_to_domain, in debug.c */
typedef enum
{
+ TP_DEBUG_MISC = 1 << 0,
TP_DEBUG_GROUPS = 1 << 1,
TP_DEBUG_PROPERTIES = 1 << 2,
TP_DEBUG_IM = 1 << 3,