Enhance error message

Need to add a space between '%(resource)s' and
'not'

Change-Id: I554653609deb72acf0e0926de0eeb81426110c03
This commit is contained in:
zzxwill 2016-06-27 07:41:34 -04:00
parent 8ffcf99b7c
commit e4bd904826
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def clear_hook(hc, stack_id, resource_name, hook_type):
data={'unset_hook': hook_type})
except exc.HTTPNotFound:
logger.error(
_LE("Stack %(stack)s or resource %(resource)s"
_LE("Stack %(stack)s or resource %(resource)s "
"not found for hook %(hook_type)"),
{'resource': resource_name, 'stack': stack_id,
'hook_type': hook_type})