fix the initialization error
change it to warning and print the end messages that arrived Change-Id: I7b59f6b3507d825cc5c11a2d48e0fd7e9270163d
This commit is contained in:
parent
d62796bea4
commit
29efbe4ef7
@ -43,7 +43,8 @@ class VitrageInit(object):
|
||||
LOG.info('Init Started')
|
||||
|
||||
if not self._wait_for_all_end_messages():
|
||||
LOG.error('Initialization - max retries reached')
|
||||
LOG.warning('Initialization - max retries reached %s',
|
||||
self.end_messages)
|
||||
else:
|
||||
LOG.info('Initialization - All end messages were received')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user