From 6d7c10b2b4bfa9c5b9b953951db08370764a20d5 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Fri, 11 Dec 2009 13:19:32 +1100 Subject: * Diagnosing a connection issue. --- OpenSim/Client/Linden/LLProxyLoginModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Client/Linden/LLProxyLoginModule.cs b/OpenSim/Client/Linden/LLProxyLoginModule.cs index ad67c44..efae234 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"; -- cgit v1.1