Philipp Hörist pushed to branch master at gajim / gajim
Commits:
bce0afdb by Philipp Hörist at 2026-01-11T09:02:58+01:00
cfix: MessageInput: Reduce logging level
- - - - -
1 changed file:
- gajim/gtk/message_input.py
Changes:
=====================================
gajim/gtk/message_input.py
=====================================
@@ -148,7 +148,7 @@ def _on_action(
return
action_name = action.get_name()
- log.warning("Activate action: %s", action_name)
+ log.info("Activate action: %s", action_name)
match action_name:
case "input-focus":
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/bce0afdb9656aa273a57e52eb3f46554e28ac5f9
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/bce0afdb9656aa273a57e52eb3f46554e28ac5f9
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]