* Diagnosing a connection issue.
parent
dd5696e8bd
commit
6d7c10b2b4
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue