Yann Leboulanger pushed to branch master at gajim / gajim
Commits:
d86c7f47 by Yann Leboulanger at 2017-11-22T14:57:08+01:00
lower debug level for unresolved host.
- - - - -
1 changed file:
- gajim/common/resolver.py
Changes:
=====================================
gajim/common/resolver.py
=====================================
--- a/gajim/common/resolver.py
+++ b/gajim/common/resolver.py
@@ -109,7 +109,7 @@ class GioResolver(CommonResolver):
except GLib.Error as e:
if e.domain == 'g-resolver-error-quark':
result_list = []
- log.warning("Could not resolve host: %s", e.message)
+ log.info("Could not resolve host: %s", e.message)
else:
raise
else:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/d86c7f47f5593ff3973be7e7f8327ff22b0970c5
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/d86c7f47f5593ff3973be7e7f8327ff22b0970c5
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