mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
changed info log level to debug
This commit is contained in:
parent
57feaee44b
commit
d772236278
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ def get_qta_icon_by_name_and_color(icon_name, icon_color):
|
|||
log.info("Didn't find icon \"{}\"".format(icon_name))
|
||||
|
||||
elif used_variant != icon_name:
|
||||
log.info("Icon \"{}\" was not found \"{}\" is used instead".format(
|
||||
log.debug("Icon \"{}\" was not found \"{}\" is used instead".format(
|
||||
icon_name, used_variant
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue