mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
changed info to debug
This commit is contained in:
parent
3a02a03efa
commit
42cc715233
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue