diff options
author | Jeff Ames | 2008-05-16 01:22:11 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 01:22:11 +0000 |
commit | 65c5efe43b68700bad94076d4cd421160203c5de (patch) | |
tree | 589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/Framework/Communications/LoginResponse.cs | |
parent | Thank you very much, mjm for : (diff) | |
download | opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.zip opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2 opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Framework/Communications/LoginResponse.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginResponse.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs index bccac74..6fdd06a 100644 --- a/OpenSim/Framework/Communications/LoginResponse.cs +++ b/OpenSim/Framework/Communications/LoginResponse.cs | |||
@@ -239,7 +239,7 @@ namespace OpenSim.Framework.Communications | |||
239 | "Could not authenticate your avatar. Please check your username and password, and check the grid if problems persist.", | 239 | "Could not authenticate your avatar. Please check your username and password, and check the grid if problems persist.", |
240 | "false"); | 240 | "false"); |
241 | } | 241 | } |
242 | 242 | ||
243 | /// <summary> | 243 | /// <summary> |
244 | /// Response to indicate that login failed because the agent's inventory was not available. | 244 | /// Response to indicate that login failed because the agent's inventory was not available. |
245 | /// </summary> | 245 | /// </summary> |
@@ -249,7 +249,7 @@ namespace OpenSim.Framework.Communications | |||
249 | return GenerateFailureResponse( | 249 | return GenerateFailureResponse( |
250 | "key", | 250 | "key", |
251 | "The avatar 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 | ||
255 | public XmlRpcResponse CreateAlreadyLoggedInResponse() | 255 | public XmlRpcResponse CreateAlreadyLoggedInResponse() |