From e3af4492238477d60b3bb24a564c28861fe6db71 Mon Sep 17 00:00:00 2001 From: miro Date: Thu, 14 Nov 2024 17:03:19 +0000 Subject: [PATCH] log spam --- ovos_workshop/resource_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_workshop/resource_files.py b/ovos_workshop/resource_files.py index 454374d..0416355 100644 --- a/ovos_workshop/resource_files.py +++ b/ovos_workshop/resource_files.py @@ -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