Merge branch 'master' into careminster

avinationmerge
Melanie 2009-12-11 02:49:41 +00:00
commit 54e4dcf454
1 changed files with 1 additions and 1 deletions

View File

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