[empathy] Add Test debug domain
- From: Xavier Claessens <xclaesse src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Add Test debug domain
- Date: Thu, 26 Nov 2009 09:20:22 +0000 (UTC)
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]