changeset e53a1f0971b7 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=e53a1f0971b7
description: fix missing )
diffstat:
src/common/jingle_rtp.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 5e2745dc45d2 -r e53a1f0971b7 src/common/jingle_rtp.py
--- a/src/common/jingle_rtp.py Sun Jun 20 22:48:49 2010 +0200
+++ b/src/common/jingle_rtp.py Sun Jun 20 22:56:20 2010 +0200
@@ -199,7 +199,7 @@
log.error('Farsight error #%d!\nMessage: %s\nDebug: %s' % (
message.structure['error-no'],
message.structure['error-msg'],
- message.structure['debug-msg'])
+ message.structure['debug-msg']))
elif message.type == gst.MESSAGE_ERROR:
# TODO: Fix it to fallback to videotestsrc anytime an error occur,
# or raise an error, Jingle way
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits