Philipp Hörist pushed to branch master at gajim / gajim


Commits:
110ecf4f by Philipp Hörist at 2024-04-28T12:26:17+02:00
refactor: Message: Reduce log level when no text is available

- - - - -


1 changed file:

- gajim/common/modules/message.py


Changes:

=====================================
gajim/common/modules/message.py
=====================================
@@ -180,7 +180,7 @@ def _message_received(self,
             message_text = get_eme_message(properties.eme)
 
         if not message_text:
-            self._log.warning('Received message without text')
+            self._log.debug('Received message without text')
             return
 
         securitylabel_data = None



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/110ecf4fe16f3510a335c419890cfec7e8349ee4

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/110ecf4fe16f3510a335c419890cfec7e8349ee4
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]

Reply via email to