From a76960e927b5f32387c17bb580d360669d6aace8 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Wed, 1 Dec 2010 14:39:00 +0000 Subject: debug: add SASL debug flag and key Signed-off-by: Jonny Lamb --- libempathy/empathy-debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy/empathy-debug.h') 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); -- cgit v1.2.3