From 34147aa703b7d1c45d19cd23f9b120df569c67d3 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 5d8eddca70..9ae832e169 100644 --- a/vmware_nsx/services/lbaas/octavia/octavia_listener.py +++ b/vmware_nsx/services/lbaas/octavia/octavia_listener.py @@ -780,7 +780,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