]> git.0d.be Git - empathy.git/commitdiff
Add Test debug domain
authorXavier Claessens <xclaesse@gmail.com>
Tue, 24 Nov 2009 13:30:50 +0000 (14:30 +0100)
committerXavier Claessens <xclaesse@gmail.com>
Tue, 24 Nov 2009 17:29:45 +0000 (18:29 +0100)
libempathy/empathy-debug.c
libempathy/empathy-debug.h

index 1413400245d70e2ab1862782c26dffcba2999e8a..3f22c89691786033eed3243128b9bc2046074216 100644 (file)
@@ -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, }
 };
 
index cc8eca0a3212f82f1094692bb6353672cfb91280..fa80d403aac9f1d8f2c8b25d498f7365b3f803c5 100644 (file)
@@ -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);