Clearer gone msg
This commit is contained in:
parent
8786ef177c
commit
df0f7b2792
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue