0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-03-05 13:00:33 +01:00

spell gauge correctly

This commit is contained in:
Matthew Hodgson 2018-06-16 07:10:34 +01:00
parent 9a793f861c
commit ccfdaf68be

View file

@ -62,7 +62,7 @@ class LaterGauge(object):
calls = self.caller()
except Exception:
logger.exception(
"Exception running callback for LaterGuage(%s)",
"Exception running callback for LaterGauge(%s)",
self.name,
)
yield g