aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginResponse.cs
diff options
context:
space:
mode:
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}