aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sfc/lib/odl_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/lib/odl_utils.py b/sfc/lib/odl_utils.py
index 7879eab9..ea9f1bc2 100644
--- a/sfc/lib/odl_utils.py
+++ b/sfc/lib/odl_utils.py
@@ -410,7 +410,7 @@ def check_vnffg_deletion(odl_ip, odl_port, ovs_logger, neutron_ports,
try:
compute = find_compute(compute_client_name, compute_nodes)
except Exception as e:
- logger.debug("There was an error getting the compute: e" % e)
+ logger.debug("There was an error getting the compute: %s" % e)
retries_counter = retries