diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Client/Linden/LLProxyLoginModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
304 | } | 304 | } |
305 | catch (Exception e) | 305 | catch (Exception e) |
306 | { | 306 | { |
307 | m_log.WarnFormat("[CLIENT]: Unable to receive user. Reason: {0}", e); | 307 | m_log.WarnFormat("[CLIENT]: Unable to receive user. Reason: {0} ({1})", e, e.StackTrace); |
308 | Hashtable respdata = new Hashtable(); | 308 | Hashtable respdata = new Hashtable(); |
309 | respdata["success"] = "FALSE"; | 309 | respdata["success"] = "FALSE"; |
310 | respdata["reason"] = "Exception occurred"; | 310 | respdata["reason"] = "Exception occurred"; |