[empathy] Add Test debug domain



commit c4eea520c7ed8adaf378e9424f199aa49efbccc7
Author: Xavier Claessens <xclaesse gmail com>
Date:   Tue Nov 24 14:30:50 2009 +0100

    Add Test 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 1413400..3f22c89 100644
--- a/libempathy/empathy-debug.c
+++ b/libempathy/empathy-debug.c
@@ -51,6 +51,7 @@ static GDebugKey keys[] = {
   { "Other", EMPATHY_DEBUG_OTHER },
   { "Connectivity", EMPATHY_DEBUG_CONNECTIVITY },
   { "ImportMc4Accounts", EMPATHY_DEBUG_IMPORT_MC4_ACCOUNTS },
+  { "Tests", EMPATHY_DEBUG_TESTS },
   { 0, }
 };
 
diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h
index cc8eca0..fa80d40 100644
--- a/libempathy/empathy-debug.h
+++ b/libempathy/empathy-debug.h
@@ -44,6 +44,7 @@ typedef enum
   EMPATHY_DEBUG_SHARE_DESKTOP = 1 << 10,
   EMPATHY_DEBUG_CONNECTIVITY = 1 << 11,
   EMPATHY_DEBUG_IMPORT_MC4_ACCOUNTS = 1 << 11,
+  EMPATHY_DEBUG_TESTS = 1 << 12,
 } EmpathyDebugFlags;
 
 gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag);



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