aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-14 22:30:43 +0000
committerJustin Clarke Casey2008-05-14 22:30:43 +0000
commit1ef37b196c6df054a3a6e19492c9f1d11a30656f (patch)
treedc634759b23c47e6e7412c2f4be893cdff079f1f
parent* Start recording initial complete avatar inventory retrieval failures from t... (diff)
downloadopensim-SC_OLD-1ef37b196c6df054a3a6e19492c9f1d11a30656f.zip
opensim-SC_OLD-1ef37b196c6df054a3a6e19492c9f1d11a30656f.tar.gz
opensim-SC_OLD-1ef37b196c6df054a3a6e19492c9f1d11a30656f.tar.bz2
opensim-SC_OLD-1ef37b196c6df054a3a6e19492c9f1d11a30656f.tar.xz
* Minor: Fussy little wording change on inventory service failure
-rw-r--r--OpenSim/Framework/Communications/LoginResponse.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs
index b6f1f69..bccac74 100644
--- a/OpenSim/Framework/Communications/LoginResponse.cs
+++ b/OpenSim/Framework/Communications/LoginResponse.cs
@@ -248,7 +248,7 @@ namespace OpenSim.Framework.Communications
248 { 248 {
249 return GenerateFailureResponse( 249 return GenerateFailureResponse(
250 "key", 250 "key",
251 "The agent inventory service is not responding. Please notify your login region operator.", 251 "The avatar inventory service is not responding. Please notify your login region operator.",
252 "false"); 252 "false");
253 } 253 }
254 254