From d3fb6039cad7b828dec8a1d7aef66aa10e6afdf2 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 12 May 2008 16:57:56 +0000 Subject: * If a region running in grid mode fails to login to the grid service, startup will now terminate instead of carrying on (and thus burying the error message) --- OpenSim/Grid/GridServer/GridManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Grid/GridServer') diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index 8ed619c..284ac0c 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs @@ -388,7 +388,7 @@ namespace OpenSim.Grid.GridServer " " + sim.regionLocY + " currently occupied by " + existingSim.regionName); } - return ErrorResponse("The key required to login your region did not match. Please check your send and receive keys."); + return ErrorResponse("The key required to login your region did not match. Please check your grid send and receive keys."); } } else -- cgit v1.1