Philipp Hörist pushed to branch master at gajim / gajim
Commits:
52c06cd6 by Philipp Hörist at 2018-03-17T12:20:21+01:00
Catch all exceptions when testing Farstream
- - - - -
1 changed file:
- gajim/common/app.py
Changes:
=====================================
gajim/common/app.py
=====================================
--- a/gajim/common/app.py
+++ b/gajim/common/app.py
@@ -228,7 +228,8 @@ try:
session = conference.new_session(Farstream.MediaType.AUDIO)
del session
del conference
- except GLib.GError:
+ except Exception as e:
+ glog.info(e)
HAVE_FARSTREAM = False
except (ImportError, ValueError):
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/52c06cd64f2b2c4f767a627c21ed8cf8c2dd5e61
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/52c06cd64f2b2c4f767a627c21ed8cf8c2dd5e61
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits