diff --git a/OpenSim/Client/Linden/LLProxyLoginModule.cs b/OpenSim/Client/Linden/LLProxyLoginModule.cs index ad67c440bb..efae23495a 100644 --- a/OpenSim/Client/Linden/LLProxyLoginModule.cs +++ b/OpenSim/Client/Linden/LLProxyLoginModule.cs @@ -304,7 +304,7 @@ namespace OpenSim.Client.Linden } catch (Exception e) { - m_log.WarnFormat("[CLIENT]: Unable to receive user. Reason: {0}", e); + m_log.WarnFormat("[CLIENT]: Unable to receive user. Reason: {0} ({1})", e, e.StackTrace); Hashtable respdata = new Hashtable(); respdata["success"] = "FALSE"; respdata["reason"] = "Exception occurred";