Changes log level for sysprep completion message

This commit is contained in:
Alessandro Pilotti 2014-02-10 06:39:44 +02:00
parent 2d2bca7003
commit f03aec540c
1 changed files with 2 additions and 2 deletions

View File

@ -425,8 +425,8 @@ class WindowsUtils(base.BaseOSUtils):
if gen_state == 7:
break
time.sleep(1)
LOG.debug('Waiting for sysprep completion. '
'GeneralizationState: %d' % gen_state)
LOG.info('Waiting for sysprep completion. '
'GeneralizationState: %d' % gen_state)
except WindowsError, ex:
if ex.winerror == 2:
LOG.debug('Sysprep data not found in the registry, '