]> git.0d.be Git - empathy.git/commitdiff
add 'voip' debug domain
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 9 Nov 2009 16:35:17 +0000 (16:35 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 27 Nov 2009 16:33:42 +0000 (16:33 +0000)
libempathy/empathy-debug.c
libempathy/empathy-debug.h

index 3f22c89691786033eed3243128b9bc2046074216..487827791174c120c53477702a4c1120f42509b0 100644 (file)
@@ -52,6 +52,7 @@ static GDebugKey keys[] = {
   { "Connectivity", EMPATHY_DEBUG_CONNECTIVITY },
   { "ImportMc4Accounts", EMPATHY_DEBUG_IMPORT_MC4_ACCOUNTS },
   { "Tests", EMPATHY_DEBUG_TESTS },
+  { "Voip", EMPATHY_DEBUG_VOIP },
   { 0, }
 };
 
index fa80d403aac9f1d8f2c8b25d498f7365b3f803c5..0a5c3f69707ca62f3d067a1b9a78f32f181188d0 100644 (file)
@@ -45,6 +45,7 @@ typedef enum
   EMPATHY_DEBUG_CONNECTIVITY = 1 << 11,
   EMPATHY_DEBUG_IMPORT_MC4_ACCOUNTS = 1 << 11,
   EMPATHY_DEBUG_TESTS = 1 << 12,
+  EMPATHY_DEBUG_VOIP = 1 << 13,
 } EmpathyDebugFlags;
 
 gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag);