diff options
author | Melanie | 2009-12-11 02:49:41 +0000 |
---|---|---|
committer | Melanie | 2009-12-11 02:49:41 +0000 |
commit | 54e4dcf4541bde4a4ba2287fc6da6a6b81794ad7 (patch) | |
tree | f38912966d90a708828765fbb025378cf95f2e69 /OpenSim/Client/Linden/LLProxyLoginModule.cs | |
parent | Refix the fix (diff) | |
parent | Refix the fix (diff) | |
download | opensim-SC_OLD-54e4dcf4541bde4a4ba2287fc6da6a6b81794ad7.zip opensim-SC_OLD-54e4dcf4541bde4a4ba2287fc6da6a6b81794ad7.tar.gz opensim-SC_OLD-54e4dcf4541bde4a4ba2287fc6da6a6b81794ad7.tar.bz2 opensim-SC_OLD-54e4dcf4541bde4a4ba2287fc6da6a6b81794ad7.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Client/Linden/LLProxyLoginModule.cs')
-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"; |