[telepathy-butterfly/master] Fixed logging of NewNativeCandidate
Louis-Francis Ratté-Boulianne
louis-francis.ratte-boulianne at collabora.co.uk
Fri Aug 28 13:41:47 PDT 2009
---
butterfly/media/stream_handler.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/butterfly/media/stream_handler.py b/butterfly/media/stream_handler.py
index 107abb0..a4df23e 100644
--- a/butterfly/media/stream_handler.py
+++ b/butterfly/media/stream_handler.py
@@ -161,7 +161,7 @@ class ButterflyStreamHandler (
self.Close()
def NewNativeCandidate(self, id, transports):
- logger.info("Stream %i received new native candidate %i" % (self._id, id))
+ logger.info("Stream %i received new native candidate %s" % (self._id, id))
candidates = []
for transport in transports:
candidates.append(self.convert_tp_candidate(id, transport))
--
1.5.6.5
More information about the telepathy-commits
mailing list