aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-debug.h
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2010-12-01 22:39:00 +0800
committerJonny Lamb <jonnylamb@gnome.org>2010-12-01 22:39:00 +0800
commita76960e927b5f32387c17bb580d360669d6aace8 (patch)
tree1fed26ad26be1e4fd30075675febf68523f42a73 /libempathy/empathy-debug.h
parent2f8390928641951691bc6d5b86a4310b2d81fc3d (diff)
downloadgsoc2013-empathy-a76960e927b5f32387c17bb580d360669d6aace8.tar
gsoc2013-empathy-a76960e927b5f32387c17bb580d360669d6aace8.tar.gz
gsoc2013-empathy-a76960e927b5f32387c17bb580d360669d6aace8.tar.bz2
gsoc2013-empathy-a76960e927b5f32387c17bb580d360669d6aace8.tar.lz
gsoc2013-empathy-a76960e927b5f32387c17bb580d360669d6aace8.tar.xz
gsoc2013-empathy-a76960e927b5f32387c17bb580d360669d6aace8.tar.zst
gsoc2013-empathy-a76960e927b5f32387c17bb580d360669d6aace8.zip
debug: add SASL debug flag and key
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/empathy-debug.h')
-rw-r--r--libempathy/empathy-debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h
index ece3af73c..44e197792 100644
--- a/libempathy/empathy-debug.h
+++ b/libempathy/empathy-debug.h
@@ -47,6 +47,7 @@ typedef enum
EMPATHY_DEBUG_TESTS = 1 << 12,
EMPATHY_DEBUG_VOIP = 1 << 13,
EMPATHY_DEBUG_TLS = 1 << 14,
+ EMPATHY_DEBUG_SASL = 1 << 15,
} EmpathyDebugFlags;
gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag);