summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-12-24 17:50:42 +0000
committerMatthew Hodgson <matthew@matrix.org>2014-12-24 17:50:42 +0000
commit407c299828c028d00d48f85f9bf3ba1105b94943 (patch)
tree2d1cf7b08070fe8b8ed6ec98ce8f07299f89067b /synapse
parentMerge branch 'hotfixes-v0.6.0' (diff)
downloadsynapse-407c299828c028d00d48f85f9bf3ba1105b94943.tar.xz
improve error msg
Diffstat (limited to 'synapse')
-rwxr-xr-xsynapse/app/homeserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py
index 140c99f18a..c78b6f574d 100755
--- a/synapse/app/homeserver.py
+++ b/synapse/app/homeserver.py
@@ -234,7 +234,7 @@ def setup():
     except UpgradeDatabaseException:
         sys.stderr.write(
             "\nFailed to upgrade database.\n"
-            "Have you followed any instructions in UPGRADES.rst?\n"
+            "Have you checked for version specific instructions in UPGRADES.rst?\n"
         )
         sys.exit(1)