Philipp Hörist pushed to branch master at gajim / gajim
Commits:
5e153eff by Philipp Hörist at 2026-07-02T20:13:32+02:00
new: Client: Add more debug logging
- - - - -
1 changed file:
- gajim/common/client.py
Changes:
=====================================
gajim/common/client.py
=====================================
@@ -266,11 +266,15 @@ def remote_is_reachable(self) -> bool:
if error.matches(quark, Gio.IOErrorEnum.HOST_UNREACHABLE):
return False
- log.exception("Unable to determine if %r is reachable", address)
+ log.exception(
+ "Unable to determine if %r is reachable",
self._client.remote_address
+ )
return True
except Exception:
- log.exception("Unable to determine if %r is reachable", address)
+ log.exception(
+ "Unable to determine if %r is reachable",
self._client.remote_address
+ )
return True
def disconnect(
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/5e153effa17d38567e5d885a25b6d8db8ee8c770
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/5e153effa17d38567e5d885a25b6d8db8ee8c770
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]