[Telepathy-commits] [telepathy-gabble/master] bytestream_factory_iq_si_cb: add a debug msg
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Jan 6 08:41:37 PST 2009
---
src/bytestream-factory.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/bytestream-factory.c b/src/bytestream-factory.c
index dd78815..792f39e 100644
--- a/src/bytestream-factory.c
+++ b/src/bytestream-factory.c
@@ -648,6 +648,9 @@ bytestream_factory_iq_si_cb (LmMessageHandler *handler,
{
if (stream_method_supported (l->data))
{
+ DEBUG ("add %s to multi-bytestream methods",
+ (const gchar *) l->data);
+
gabble_bytestream_multiple_add_stream_method (
GABBLE_BYTESTREAM_MULTIPLE (bytestream), l->data);
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list