Skip to content

Commit 881465e

Browse files
Some logging
1 parent 4b79aea commit 881465e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/base/SkillManager.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def onStart(self):
6363

6464
# If it's the first time we start, don't delay skill install and do it on main thread
6565
if not self.ConfigManager.getAliceConfigByName('skills'):
66+
self.logInfo('Looks like a fresh install or skills were nuked. Let\'s install the basic skills!')
6667
self._checkForSkillInstall()
6768

6869
self._skillInstallThread = self.ThreadManager.newThread(name='SkillInstallThread', target=self._checkForSkillInstall, autostart=False)

0 commit comments

Comments
 (0)