mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* 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)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user