mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-21 20:08:06 -04:00
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…
Add table
Add a link
Reference in a new issue