Philipp Hörist pushed to branch master at gajim / gajim
Commits:
165379ab by Philipp Hörist at 2026-06-17T21:42:28+02:00
new: Client: Improve logging when address is not reachable
- - - - -
1 changed file:
- gajim/common/client.py
Changes:
=====================================
gajim/common/client.py
=====================================
@@ -266,11 +266,11 @@ def remote_is_reachable(self) -> bool:
if error.matches(quark, Gio.IOErrorEnum.HOST_UNREACHABLE):
return False
- log.exception("Unable to determine if host is reachable")
+ log.exception("Unable to determine if %r is reachable", address)
return True
except Exception:
- log.exception("Unable to determine if host is reachable")
+ log.exception("Unable to determine if %r is reachable", address)
return True
def disconnect(
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/165379ab5e44466b155d4214939646b535fd183e
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/165379ab5e44466b155d4214939646b535fd183e
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]