Fix a crash in exception printout
Says the number of arguments does not match the number of '%'. Change-Id: I8b5e395a07328fb9d4ac7a19f8ed2ae1637bee3b
This commit is contained in:
parent
30624a866a
commit
09c73b86e9
@ -251,7 +251,7 @@ class ContainerController(BaseStorageServer):
|
||||
self.sync_store.update_sync_store(broker)
|
||||
except Exception:
|
||||
self.logger.exception('Failed to update sync_store %s during %s' %
|
||||
broker.db_file, method)
|
||||
(broker.db_file, method))
|
||||
|
||||
@public
|
||||
@timing_stats()
|
||||
|
Loading…
x
Reference in New Issue
Block a user