]> git.0d.be Git - empathy.git/commitdiff
debug: add SASL debug flag and key
authorJonny Lamb <jonnylamb@gnome.org>
Wed, 1 Dec 2010 14:39:00 +0000 (14:39 +0000)
committerJonny Lamb <jonnylamb@gnome.org>
Wed, 1 Dec 2010 14:39:00 +0000 (14:39 +0000)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
libempathy/empathy-debug.c
libempathy/empathy-debug.h

index dd507bc42b574c240cbc5512a0ea17872f834a07..4f624f8e198016bbfcac087215e5c70c1712752a 100644 (file)
@@ -53,6 +53,7 @@ static GDebugKey keys[] = {
   { "Tests", EMPATHY_DEBUG_TESTS },
   { "Voip", EMPATHY_DEBUG_VOIP },
   { "Tls", EMPATHY_DEBUG_TLS },
+  { "Sasl", EMPATHY_DEBUG_SASL },
   { 0, }
 };
 
index ece3af73c0d01cabd5e1f0990c0d5d5b72d9c610..44e197792b69cf6be2f845f332c156e766549cd7 100644 (file)
@@ -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);