fix missing )
This commit is contained in:
parent
1cc05b156c
commit
e8f61ddfd5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue