Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 14, 2024
1 parent 53cafbd commit 2f2425c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ovos_core/skill_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2f2425c

Please sign in to comment.