forked from MirrorHub/synapse
spell gauge correctly
This commit is contained in:
parent
9a793f861c
commit
ccfdaf68be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue