Philipp Hörist pushed to branch master at gajim / gajim
Commits:
20476b53 by Philipp Hörist at 2026-04-10T20:03:37+02:00
new: VCard4: Add more debug logging
- - - - -
1 changed file:
- gajim/common/modules/vcard4.py
Changes:
=====================================
gajim/common/modules/vcard4.py
=====================================
@@ -108,6 +108,7 @@ def _check_for_timezone_change(self) -> None:
def update_timezone(self) -> None:
local_timezone = get_local_timezone()
if local_timezone is None:
+ self._log.warning("Unable to determine timezone for update")
return
for prop in self._own_vcard.get_properties():
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/20476b53e5e3d9627a5321a85627fe6735d9a49f
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/20476b53e5e3d9627a5321a85627fe6735d9a49f
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]