changed info to debug

This commit is contained in:
Jakub Trllo 2023-02-24 16:50:11 +01:00 committed by Jakub Trllo
parent 3a02a03efa
commit 42cc715233

View file

@ -108,7 +108,7 @@ class LoaderPlugin(list):
)
return False
cls.log.info("Using legacy source of extension from path.")
cls.log.debug("Using legacy source of extension from path.")
ext = os.path.splitext(path)[-1].lstrip(".")
# If representation does not have extension then can't be valid