summaryrefslogtreecommitdiff
path: root/heatclient/common
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/common')
-rw-r--r--heatclient/common/hook_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/common/hook_utils.py b/heatclient/common/hook_utils.py
index e970690..c08005c 100644
--- a/heatclient/common/hook_utils.py
+++ b/heatclient/common/hook_utils.py
@@ -29,7 +29,7 @@ def clear_hook(hc, stack_id, resource_name, hook_type):
except exc.HTTPNotFound:
logger.error(
"Stack %(stack)s or resource %(resource)s "
- "not found for hook %(hook_type)",
+ "not found for hook %(hook_type)s",
{'resource': resource_name, 'stack': stack_id,
'hook_type': hook_type})