diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-07-26 10:09:25 +0200 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-07-26 10:09:25 +0200 |
commit | 242c52d607da68f48b3a4bce980663e0e5f103c6 (patch) | |
tree | cdf93188fd794a14dbe6b9b38ca3baabd7099c88 | |
parent | Merge pull request #946 from matrix-org/dbkr/log_recaptcha_hostname (diff) | |
download | synapse-242c52d607da68f48b3a4bce980663e0e5f103c6.tar.xz |
typo
-rw-r--r-- | synapse/util/metrics.py | 2 |
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 |