* Diagnosing a connection issue.

mysql-performance
Adam Frisby 2009-12-11 13:19:32 +11:00
parent dd5696e8bd
commit 6d7c10b2b4
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ namespace OpenSim.Client.Linden
} }
catch (Exception e) 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(); Hashtable respdata = new Hashtable();
respdata["success"] = "FALSE"; respdata["success"] = "FALSE";
respdata["reason"] = "Exception occurred"; respdata["reason"] = "Exception occurred";