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