[telepathy-gabble/master] Include peer's handle in debug message
Will Thompson
will.thompson at collabora.co.uk
Tue Apr 7 10:37:03 PDT 2009
---
src/media-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/media-channel.c b/src/media-channel.c
index 4f799c0..6ae9ef5 100644
--- a/src/media-channel.c
+++ b/src/media-channel.c
@@ -1849,7 +1849,7 @@ contact_is_media_capable (GabbleMediaChannel *chan,
}
else if (gabble_presence_cache_is_unsure (priv->conn->presence_cache))
{
- DEBUG ("presence cache is still unsure");
+ DEBUG ("presence cache is still unsure (interested in handle %u)", peer);
wait_ = TRUE;
}
--
1.5.6.5
More information about the telepathy-commits
mailing list