diff options
-rw-r--r-- | libempathy/empathy-debug.c | 1 | ||||
-rw-r--r-- | 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 141340024..3f22c8969 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 cc8eca0a3..fa80d403a 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); |