aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/LoginService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs
index f4c43ef..8d27a23 100644
--- a/OpenSim/Framework/Communications/LoginService.cs
+++ b/OpenSim/Framework/Communications/LoginService.cs
@@ -239,8 +239,8 @@ namespace OpenSim.Framework.Communications
239 catch (Exception e) 239 catch (Exception e)
240 { 240 {
241 m_log.ErrorFormat( 241 m_log.ErrorFormat(
242 "[LOGIN END]: XMLRPC Error retrieving inventory skeleton of agent {0}, {1} - {2}", 242 "[LOGIN END]: Error retrieving inventory skeleton of agent {0} - {1}",
243 agentID, e.GetType(), e.Message); 243 agentID, e);
244 244
245 return logResponse.CreateLoginInventoryFailedResponse(); 245 return logResponse.CreateLoginInventoryFailedResponse();
246 } 246 }