aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginResponse.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-20 19:39:24 +0000
committerJustin Clarke Casey2008-04-20 19:39:24 +0000
commit8b177bf4a832d25b2b1324a1d2a5e6d3681c8030 (patch)
treec84a396734a29d58456f074e0b8f7bff01515b66 /OpenSim/Framework/Communications/LoginResponse.cs
parent* Change user inventory create from explicit 'create user' command on the con... (diff)
downloadopensim-SC_OLD-8b177bf4a832d25b2b1324a1d2a5e6d3681c8030.zip
opensim-SC_OLD-8b177bf4a832d25b2b1324a1d2a5e6d3681c8030.tar.gz
opensim-SC_OLD-8b177bf4a832d25b2b1324a1d2a5e6d3681c8030.tar.bz2
opensim-SC_OLD-8b177bf4a832d25b2b1324a1d2a5e6d3681c8030.tar.xz
* Tweak inventory login failure message to point to the region owner as first point of call rather than the grid owner
Diffstat (limited to 'OpenSim/Framework/Communications/LoginResponse.cs')
-rw-r--r--OpenSim/Framework/Communications/LoginResponse.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs
index 53ec796..9636d16 100644
--- a/OpenSim/Framework/Communications/LoginResponse.cs
+++ b/OpenSim/Framework/Communications/LoginResponse.cs
@@ -247,8 +247,7 @@ namespace OpenSim.Framework.UserManagement
247 { 247 {
248 return GenerateFailureResponse( 248 return GenerateFailureResponse(
249 "key", 249 "key",
250 "The agent inventory service is not responding. Please notify the grid operator if this is a grid sim," 250 "The agent inventory service is not responding. Please notify your region operator.",
251 + " or the sim operator if this is a standalone sim.",
252 "false"); 251 "false");
253 } 252 }
254 253