diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-06-16 07:10:34 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-06-16 07:10:34 +0100 |
commit | ccfdaf68be5ffb179a81abf4cc44ec13e6984a60 (patch) | |
tree | ad7924cbf19c65671a343caae4611abe9fe3385e /synapse/metrics/__init__.py | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-ccfdaf68be5ffb179a81abf4cc44ec13e6984a60.tar.xz |
spell gauge correctly
Diffstat (limited to 'synapse/metrics/__init__.py')
-rw-r--r-- | synapse/metrics/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/metrics/__init__.py b/synapse/metrics/__init__.py index 0355d020ef..7f76969467 100644 --- a/synapse/metrics/__init__.py +++ b/synapse/metrics/__init__.py @@ -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 |