[Telepathy-commits] [telepathy-gabble/master] Location: add debugs for the geolocation

Alban Crequy alban.crequy at collabora.co.uk
Sun Feb 1 05:23:56 PST 2009


---
 src/debug.c |    1 +
 src/debug.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/debug.c b/src/debug.c
index 6468bc1..7f92cf6 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -33,6 +33,7 @@ static GDebugKey keys[] = {
   { "olpc",          GABBLE_DEBUG_OLPC },
   { "bytestream",    GABBLE_DEBUG_BYTESTREAM },
   { "tubes",         GABBLE_DEBUG_TUBES },
+  { "location",      GABBLE_DEBUG_LOCATION },
   { 0, },
 };
 
diff --git a/src/debug.h b/src/debug.h
index c6e4f32..14e62fc 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -28,6 +28,7 @@ typedef enum
   GABBLE_DEBUG_JID           = 1 << 13,
   GABBLE_DEBUG_OLPC          = 1 << 14,
   GABBLE_DEBUG_BYTESTREAM    = 1 << 16,
+  GABBLE_DEBUG_LOCATION      = 1 << 17,
 } GabbleDebugFlags;
 
 void gabble_debug_set_flags_from_env (void);
-- 
1.5.6.5




More information about the Telepathy-commits mailing list