Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2010-06-21 00:56:20 +0400
committerYann Leboulanger <asterix@lagaule.org>2010-06-21 00:56:20 +0400
commite8f61ddfd543bdc177c566b8a875234612be1476 (patch)
tree7c46e0f09fc5618626fd1a88c3be99efe8cd80c5
parent1cc05b156ccd50a43cb81e76a1001924c379f7e6 (diff)
fix missing )
-rw-r--r--src/common/jingle_rtp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/jingle_rtp.py b/src/common/jingle_rtp.py
index 0e7962285..536fda8d6 100644
--- a/src/common/jingle_rtp.py
+++ b/src/common/jingle_rtp.py
@@ -199,7 +199,7 @@ class JingleRTPContent(JingleContent):
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