0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-05 10:48:46 +02:00
This commit is contained in:
Erik Johnston 2015-02-09 15:00:37 +00:00
parent ef995e6946
commit c4ee4ce93e

View file

@ -103,7 +103,7 @@ class SQLBaseStore(object):
ratio = (curr - prev)/(time_now - time_then)
logger.info("Total database time: %.3f%", ratio * 100)
logger.info("Total database time: %.3f%%", ratio * 100)
self._clock.looping_call(loop, 10000)