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


Commits:
c1786bfc by wurstsalat at 2025-03-01T19:42:10+01:00
cq: PluginManager: Reduce loglevel for failed manifest loading attempts

- - - - -


1 changed file:

- gajim/plugins/pluginmanager.py


Changes:

=====================================
gajim/plugins/pluginmanager.py
=====================================
@@ -527,7 +527,7 @@ def _load_manifest(plugin_path: Path) -> PluginManifest | 
None:
         try:
             return PluginManifest.from_path(plugin_path)
         except Exception as error:
-            log.warning('Unable to load manifest: %s', error)
+            log.debug('Unable to load manifest: %s', error)
             return None
 
     def _load_manifests(self) -> None:



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

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