aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginResponse.cs
diff options
context:
space:
mode:
authorCharles Krinke2008-07-29 03:43:31 +0000
committerCharles Krinke2008-07-29 03:43:31 +0000
commitbfa1fd768b2c6bbd49542c2873a8fbf31747fcea (patch)
tree1c94e44c5036c5f8f901ec13ce3febc41a51c6ed /OpenSim/Framework/Communications/LoginResponse.cs
parentTrying to guestimate sensible default values for GridInfoService if no (diff)
downloadopensim-SC_OLD-bfa1fd768b2c6bbd49542c2873a8fbf31747fcea.zip
opensim-SC_OLD-bfa1fd768b2c6bbd49542c2873a8fbf31747fcea.tar.gz
opensim-SC_OLD-bfa1fd768b2c6bbd49542c2873a8fbf31747fcea.tar.bz2
opensim-SC_OLD-bfa1fd768b2c6bbd49542c2873a8fbf31747fcea.tar.xz
Mantis#1849. Thank you kindly, Kinoc for a patch that:
- LLSDLoginMethod should error out in similar way to XMLRPC login for already logged in condition - Have LLSDLoginMethod mirror the sequence of the XMLRPC for easier side by side compare - Log messages report which process XML or LLSD generated them for easier debugging
Diffstat (limited to 'OpenSim/Framework/Communications/LoginResponse.cs')
-rw-r--r--OpenSim/Framework/Communications/LoginResponse.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs
index 113e3f0..686d1bb 100644
--- a/OpenSim/Framework/Communications/LoginResponse.cs
+++ b/OpenSim/Framework/Communications/LoginResponse.cs
@@ -475,7 +475,7 @@ namespace OpenSim.Framework.Communications
475 } 475 }
476 catch (Exception e) 476 catch (Exception e)
477 { 477 {
478 m_log.Warn("[CLIENT]: LoginResponse: Error creating XML-RPC Response: " + e.Message); 478 m_log.Warn("[CLIENT]: LoginResponse: Error creating LLSD Response: " + e.Message);
479 479
480 return GenerateFailureResponseLLSD("Internal Error", "Error generating Login Response", "false"); 480 return GenerateFailureResponseLLSD("Internal Error", "Error generating Login Response", "false");
481 } 481 }
@@ -777,4 +777,4 @@ namespace OpenSim.Framework.Communications
777 } 777 }
778 } 778 }
779 } 779 }
780} \ No newline at end of file 780}