Fix typo in lbaas agent exception message
Change-Id: Iec2a5e02d40f73e4576ed853577a6a9f85e49e67 Closes-Bug: #1295187
This commit is contained in:
parent
aa9cb0168e
commit
ef7e17e665
@ -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…
Reference in New Issue
Block a user