Clarify error message on implicit respawns.

- This message is presented when the last spawn failed, along with a
  HTTP 500.  The current text is quite confusing, especially when the
  problem may just be solvable by trying to respawn again.
This commit is contained in:
Richard Darst
2018-05-24 16:07:03 +03:00
parent 1745937f1a
commit dfdb0cff2b

View File

@@ -40,7 +40,8 @@ reasons = {
'timeout': "Failed to reach your server." 'timeout': "Failed to reach your server."
" Please try again later." " Please try again later."
" Contact admin if the issue persists.", " Contact admin if the issue persists.",
'error': "Failed to start your server. Please contact admin.", 'error': "Failed to start your server on the last attempt. "
" Please contact admin if the issue persists.",
} }
# constant, not configurable # constant, not configurable