aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client
diff options
context:
space:
mode:
authorAdam Frisby2009-12-11 13:19:32 +1100
committerAdam Frisby2009-12-11 13:19:32 +1100
commit6d7c10b2b4bfa9c5b9b953951db08370764a20d5 (patch)
tree918c38ad7eaf7eee8e0e7fdbe2133c63733870e7 /OpenSim/Client
parentSame for the remote auth connector (diff)
downloadopensim-SC_OLD-6d7c10b2b4bfa9c5b9b953951db08370764a20d5.zip
opensim-SC_OLD-6d7c10b2b4bfa9c5b9b953951db08370764a20d5.tar.gz
opensim-SC_OLD-6d7c10b2b4bfa9c5b9b953951db08370764a20d5.tar.bz2
opensim-SC_OLD-6d7c10b2b4bfa9c5b9b953951db08370764a20d5.tar.xz
* Diagnosing a connection issue.
Diffstat (limited to 'OpenSim/Client')
-rw-r--r--OpenSim/Client/Linden/LLProxyLoginModule.cs2
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";