heat engine : make WatchRule state message info

Make log message for state transition info not warning,
since transitions are not unexpected

Change-Id: I8dc362735f77ab6d9ae35e0c6e9c820597cc29ef
Signed-off-by: Steven Hardy <shardy@redhat.com>
This commit is contained in:
Steven Hardy 2013-01-22 14:26:05 +00:00
parent 039c66b11a
commit 2ac3e4467a
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class WatchRule(object):
return actions
def rule_actions(self, new_state):
logger.warn('WATCH: stack:%s, watch_name:%s %s',
logger.info('WATCH: stack:%s, watch_name:%s %s',
self.stack_id, self.name, new_state)
actions = []
if not self.ACTION_MAP[new_state] in self.rule: