From f03aec540ca57b5961232774a64574925792eb62 Mon Sep 17 00:00:00 2001 From: Alessandro Pilotti Date: Mon, 10 Feb 2014 06:39:44 +0200 Subject: [PATCH] Changes log level for sysprep completion message --- cloudbaseinit/osutils/windows.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbaseinit/osutils/windows.py b/cloudbaseinit/osutils/windows.py index 02eefa2c..76703d71 100644 --- a/cloudbaseinit/osutils/windows.py +++ b/cloudbaseinit/osutils/windows.py @@ -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, '