diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-12-24 17:50:42 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-12-24 17:50:42 +0000 |
commit | 407c299828c028d00d48f85f9bf3ba1105b94943 (patch) | |
tree | 2d1cf7b08070fe8b8ed6ec98ce8f07299f89067b /synapse/app/homeserver.py | |
parent | Merge branch 'hotfixes-v0.6.0' (diff) | |
download | synapse-407c299828c028d00d48f85f9bf3ba1105b94943.tar.xz |
improve error msg
Diffstat (limited to 'synapse/app/homeserver.py')
-rwxr-xr-x | synapse/app/homeserver.py | 2 |
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) |