From 63b33c48e29a8ca2856ed5975034d11413fba614 Mon Sep 17 00:00:00 2001 From: Kobi Samoray Date: Tue, 30 Nov 2021 11:26:25 +0200 Subject: [PATCH] Octavia: Fix logging error Change-Id: I0444e3883635262ac219da197e3e175bac894e14 --- vmware_nsx/services/lbaas/octavia/octavia_listener.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware_nsx/services/lbaas/octavia/octavia_listener.py b/vmware_nsx/services/lbaas/octavia/octavia_listener.py index d1c74f4ef8..de29210abe 100644 --- a/vmware_nsx/services/lbaas/octavia/octavia_listener.py +++ b/vmware_nsx/services/lbaas/octavia/octavia_listener.py @@ -783,7 +783,7 @@ class NSXOctaviaStatisticsCollector(object): octavia_lb_ids = endpoint.get_active_loadbalancers() except Exception as e: LOG.error('Fetching loadbalancer list from Octavia failed ' - 'with error %e', e) + 'with error %s', e) if octavia_lb_ids: nsx_lb_ids = [ lb['id'] for lb in