From 3e8af7d5eb89224018706fc35775b14744a63f22 Mon Sep 17 00:00:00 2001 From: Venkata Harshavardhan Reddy Allu Date: Sun, 5 Aug 2018 02:40:37 +0530 Subject: formatting the log message in odl_utils.py #413 Change-Id: I32f826fbb2c0a339264b8b316666ddf7f241570c Signed-off-by: Venkata Harshavardhan Reddy Allu --- sfc/lib/odl_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfc/lib') 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 -- cgit 1.2.3-korg