[empathy] Add Location debug domain
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] Add Location debug domain
- Date: Thu, 7 May 2009 13:38:21 -0400 (EDT)
commit 80c31561d6d867ccbfaa2aa53f4bfdff1dc631c1
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date: Fri Nov 28 16:43:40 2008 -0500
Add Location debug domain
---
libempathy/empathy-debug.c | 1 +
libempathy/empathy-debug.h | 3 ++-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c
index ec72bfc..bcfa25d 100644
--- a/libempathy/empathy-debug.c
+++ b/libempathy/empathy-debug.c
@@ -45,6 +45,7 @@ static GDebugKey keys[] = {
{ "Irc", EMPATHY_DEBUG_IRC },
{ "Dispatcher", EMPATHY_DEBUG_DISPATCHER },
{ "Ft", EMPATHY_DEBUG_FT },
+ { "Location", EMPATHY_DEBUG_LOCATION },
{ "Other", EMPATHY_DEBUG_OTHER },
{ 0, }
};
diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h
index 8b68fd2..787264d 100644
--- a/libempathy/empathy-debug.h
+++ b/libempathy/empathy-debug.h
@@ -39,7 +39,8 @@ typedef enum
EMPATHY_DEBUG_IRC = 1 << 5,
EMPATHY_DEBUG_DISPATCHER = 1 << 6,
EMPATHY_DEBUG_FT = 1 << 7,
- EMPATHY_DEBUG_OTHER = 1 << 8,
+ EMPATHY_DEBUG_LOCATION = 1 << 8,
+ EMPATHY_DEBUG_OTHER = 1 << 9,
} EmpathyDebugFlags;
gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]