summaryrefslogtreecommitdiffstats
path: root/vnftest/common/openstack_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'vnftest/common/openstack_utils.py')
-rw-r--r--vnftest/common/openstack_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnftest/common/openstack_utils.py b/vnftest/common/openstack_utils.py
index c8842d8..1bbdc43 100644
--- a/vnftest/common/openstack_utils.py
+++ b/vnftest/common/openstack_utils.py
@@ -800,7 +800,7 @@ def get_stack_resources(heat_stack_id): # pragma: no cover
client = get_heat_client()
return client.resources.list(heat_stack_id)
except Exception as e:
- log.exception("Error [get_stack_resources(heat_stack_id)]", e)
+ log.exception("Error [get_stack_resources(heat_stack_id)]: %s", e)
def get_stack_vms(heat_stack_id): # pragma: no cover