[empathy] add 'voip' debug domain



commit cac3a717a5e34df4439ec5a0660d5ffdc76a27c5
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Nov 9 16:35:17 2009 +0000

    add 'voip' debug domain

 libempathy/empathy-debug.c |    1 +
 libempathy/empathy-debug.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c
index 3f22c89..4878277 100644
--- a/libempathy/empathy-debug.c
+++ b/libempathy/empathy-debug.c
@@ -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, }
 };
 
diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h
index fa80d40..0a5c3f6 100644
--- a/libempathy/empathy-debug.h
+++ b/libempathy/empathy-debug.h
@@ -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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]