Skip to content

Commit

Permalink
log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 14, 2024
1 parent c971b89 commit e3af449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_workshop/resource_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def _locate(self) -> str:
config=Configuration())

if file_path is None:
LOG.error(f"Could not find resource file {file_name}")
LOG.debug(f"Could not find resource file {file_name} for lang: {self.resource_type.language}")

return file_path

Expand Down

0 comments on commit e3af449

Please sign in to comment.