summary refs log tree commit diff
path: root/synapse/util/metrics.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-07-26 10:09:25 +0200
committerMatthew Hodgson <matthew@matrix.org>2016-07-26 10:09:25 +0200
commit242c52d607da68f48b3a4bce980663e0e5f103c6 (patch)
treecdf93188fd794a14dbe6b9b38ca3baabd7099c88 /synapse/util/metrics.py
parentMerge pull request #946 from matrix-org/dbkr/log_recaptcha_hostname (diff)
downloadsynapse-242c52d607da68f48b3a4bce980663e0e5f103c6.tar.xz
typo
Diffstat (limited to 'synapse/util/metrics.py')
-rw-r--r--synapse/util/metrics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/util/metrics.py b/synapse/util/metrics.py

index e1f374807e..0b944d3e63 100644 --- a/synapse/util/metrics.py +++ b/synapse/util/metrics.py
@@ -84,7 +84,7 @@ class Measure(object): if context != self.start_context: logger.warn( - "Context have unexpectedly changed from '%s' to '%s'. (%r)", + "Context has unexpectedly changed from '%s' to '%s'. (%r)", context, self.start_context, self.name ) return