Skip to content

Commit

Permalink
fix: demote log message level for no-download-required refs
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jan 9, 2024
1 parent 5662e10 commit cedd974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hordelib/shared_model_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def load_model_managers(
continue

if parsed_reference not in _temp_reference_lookup:
logger.warning(f"Model reference doesn't require a legacy download: {reference}")
logger.debug(f"Model reference doesn't require a legacy download: {reference}")
continue

references[parsed_reference] = get_model_reference_file_path(_temp_reference_lookup[parsed_reference])
Expand Down

0 comments on commit cedd974

Please sign in to comment.