mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Change asset pack icons logging to info
This commit is contained in:
@@ -155,7 +155,7 @@ class Main(App):
|
||||
self.logger.debug("Folder contains animation")
|
||||
icon_name = "A_" + os.path.split(dirpath)[1].replace("-", "_")
|
||||
if not is_main_assets and api_has_icon(icon_name):
|
||||
self.logger.warning(
|
||||
self.logger.info(
|
||||
f"{self.args.filename}: ignoring duplicate icon {icon_name}"
|
||||
)
|
||||
continue
|
||||
@@ -205,7 +205,7 @@ class Main(App):
|
||||
"-", "_"
|
||||
)
|
||||
if not is_main_assets and api_has_icon(icon_name):
|
||||
self.logger.warning(
|
||||
self.logger.info(
|
||||
f"{self.args.filename}: ignoring duplicate icon {icon_name}"
|
||||
)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user