Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
09359428 by wurstsalat at 2021-12-06T19:27:17+01:00
Use lazy logging for check_finalize

- - - - -


1 changed file:

- gajim/common/app.py


Changes:

=====================================
gajim/common/app.py
=====================================
@@ -661,7 +661,7 @@ def check_finalized():
             if is_finalizer_ref(ref):
                 continue
             if isinstance(ref, dict):
-                logger.warning('\n' + pprint.pformat(ref))
+                logger.warning('\n%s', pprint.pformat(ref))
             else:
                 logger.warning(ref)
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/0935942880cb9a8cd5c2531698b4bca94f86020f

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/0935942880cb9a8cd5c2531698b4bca94f86020f
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to