Skip to content
Snippets Groups Projects
Commit c4ee4ce9 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix typo

parent ef995e69
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment