diff --git a/hugvey/central_command.py b/hugvey/central_command.py index 9e47f74..770d094 100644 --- a/hugvey/central_command.py +++ b/hugvey/central_command.py @@ -628,7 +628,8 @@ class HugveyState(object): if self.story: self.story.stop() - self.logger.info('Gone') + self.logger.warn('Gone') + self.eventLogger.warn("Gone") self.isConfigured = None self.setStatus(self.STATE_GONE)