[Telepathy-commits] [telepathy-salut/master] Remove direct-bytestream-manager in debugs

Alban Crequy alban.crequy at collabora.co.uk
Mon Nov 10 08:38:08 PST 2008


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

diff --git a/src/debug.c b/src/debug.c
index 06f6861..fb66e15 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -34,7 +34,6 @@ GDebugKey keys[] = {
   { "tubes",          DEBUG_TUBES },
   { "xmpp-connection-manager",  DEBUG_XCM },
   { "si-bytestream-manager",    DEBUG_SI_BYTESTREAM_MGR },
-  { "direct-bytestream-manager",DEBUG_DIRECT_BYTESTREAM_MGR },
   { "discovery",      DEBUG_DISCO },
   { "olpc-activity",      DEBUG_OLPC_ACTIVITY },
   { "all",            ~0 },
diff --git a/src/debug.h b/src/debug.h
index 86df58c..8a5d3cb 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -24,13 +24,12 @@ typedef enum
   DEBUG_CONNECTION     = 1 << 9,
   DEBUG_IM             = 1 << 10,
   DEBUG_SI_BYTESTREAM_MGR     = 1 << 11,
-  DEBUG_DIRECT_BYTESTREAM_MGR = 1 << 12,
-  DEBUG_NET            = 1 << 13,
-  DEBUG_SELF           = 1 << 14,
-  DEBUG_TUBES          = 1 << 15,
-  DEBUG_XCM            = 1 << 16,
-  DEBUG_DISCOVERY      = 1 << 17,
-  DEBUG_OLPC_ACTIVITY  = 1 << 18,
+  DEBUG_NET            = 1 << 12,
+  DEBUG_SELF           = 1 << 13,
+  DEBUG_TUBES          = 1 << 14,
+  DEBUG_XCM            = 1 << 15,
+  DEBUG_DISCOVERY      = 1 << 16,
+  DEBUG_OLPC_ACTIVITY  = 1 << 17,
 } DebugFlags;
 
 void debug_set_flags_from_env ();
-- 
1.5.6.5




More information about the Telepathy-commits mailing list