forked from MirrorHub/synapse
improve error msg
This commit is contained in:
parent
420ccfc925
commit
407c299828
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue