Change loglevel for certain failures

Change Log.info to Log.error/Log.warning to make trouble shooting
more apparent

Change-Id: Ie293df0c941414da8fb035e4d4b170a0a4c9d397
changes/69/63669/1
DennyZhang 2013-12-22 22:59:17 -06:00
parent 860212d210
commit 893a8c980c
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ def main():
if not chk_ci_version():
# pre 0.6.0 - user data executed via cloudinit, not this helper
LOG.info('Unable to log provisioning, need a newer version of'
' cloud-init\n')
LOG.error('Unable to log provisioning, need a newer version of'
' cloud-init\n')
return -1
userdata_path = os.path.join(VAR_PATH, 'cfn-userdata')