Merge "Enhance error message"

This commit is contained in:
Jenkins 2016-07-07 15:08:05 +00:00 committed by Gerrit Code Review
commit 641a8b48fe
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})