diff options
author | 2018-08-05 02:40:37 +0530 | |
---|---|---|
committer | 2018-08-05 02:51:29 +0530 | |
commit | 3e8af7d5eb89224018706fc35775b14744a63f22 (patch) | |
tree | 379bfc006cad1c32bcc3833c8aade6476548e588 | |
parent | 8d4bbbb2d00726f0308311e61127fe53ac595322 (diff) |
formatting the log message in odl_utils.py #413
Change-Id: I32f826fbb2c0a339264b8b316666ddf7f241570c
Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
-rw-r--r-- | sfc/lib/odl_utils.py | 2 |
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 |