From 2f2425cc3b8f318403ff8b87f05ac8af69e1b8df Mon Sep 17 00:00:00 2001 From: miro Date: Thu, 10 Oct 2024 01:13:12 +0100 Subject: [PATCH] add log --- ovos_core/skill_manager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ovos_core/skill_manager.py b/ovos_core/skill_manager.py index 001bba95a75..182a101a25d 100644 --- a/ovos_core/skill_manager.py +++ b/ovos_core/skill_manager.py @@ -378,6 +378,8 @@ def run(self): self.bus.emit(Message('mycroft.ready')) + LOG.info("ovos-core is ready! additional skills can now be loaded") + # Scan the file folder that contains Skills. If a Skill is updated, # unload the existing version from memory and reload from the disk. while not self._stop_event.wait(30):