Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
7cd4a1e7 by Philipp Hörist at 2023-04-23T15:45:27+02:00
imprv: Lower log level for missing GSSAPI dependency

- - - - -


1 changed file:

- nbxmpp/sasl.py


Changes:

=====================================
nbxmpp/sasl.py
=====================================
@@ -41,7 +41,7 @@ try:
     gssapi = __import__('gssapi')
     GSSAPI_AVAILABLE = True
 except (ImportError, OSError) as error:
-    log.warning('GSSAPI not available: %s', error)
+    log.info('GSSAPI not available: %s', error)
     GSSAPI_AVAILABLE = False
 
 



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/7cd4a1e7afe2c11191a629de49d17333d5faa45b

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/7cd4a1e7afe2c11191a629de49d17333d5faa45b
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to