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