summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-06-16 07:10:34 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-06-16 07:10:34 +0100
commitccfdaf68be5ffb179a81abf4cc44ec13e6984a60 (patch)
treead7924cbf19c65671a343caae4611abe9fe3385e
parentMerge branch 'master' into develop (diff)
downloadsynapse-ccfdaf68be5ffb179a81abf4cc44ec13e6984a60.tar.xz
spell gauge correctly
-rw-r--r--synapse/metrics/__init__.py2
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