[telepathy-gabble/master] add file-transfer debug flag

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Apr 3 09:25:40 PDT 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 7f92cf6..8a872d5 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -34,6 +34,7 @@ static GDebugKey keys[] = {
   { "bytestream",    GABBLE_DEBUG_BYTESTREAM },
   { "tubes",         GABBLE_DEBUG_TUBES },
   { "location",      GABBLE_DEBUG_LOCATION },
+  { "file-transfer", GABBLE_DEBUG_FT },
   { 0, },
 };
 
diff --git a/src/debug.h b/src/debug.h
index 14e62fc..da4c3e5 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -29,6 +29,7 @@ typedef enum
   GABBLE_DEBUG_OLPC          = 1 << 14,
   GABBLE_DEBUG_BYTESTREAM    = 1 << 16,
   GABBLE_DEBUG_LOCATION      = 1 << 17,
+  GABBLE_DEBUG_FT            = 1 << 18,
 } GabbleDebugFlags;
 
 void gabble_debug_set_flags_from_env (void);
-- 
1.5.6.5




More information about the telepathy-commits mailing list