Fix typo in lbaas agent exception message
Change-Id: Iec2a5e02d40f73e4576ed853577a6a9f85e49e67 Closes-Bug: #1295187
This commit is contained in:
parent
fa7c4b18e1
commit
ec39a0fb44
@ -138,7 +138,8 @@ class LbaasAgentManager(periodic_task.PeriodicTasks):
|
||||
if stats:
|
||||
self.plugin_rpc.update_pool_stats(pool_id, stats)
|
||||
except Exception:
|
||||
LOG.exception(_('Error upating stats'))
|
||||
LOG.exception(_('Error updating statistics on pool %s'),
|
||||
pool_id)
|
||||
self.needs_resync = True
|
||||
|
||||
def sync_state(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user