put out full exception stack if something reaches top of base http server OnRequest() on both mono and .net

replace Newtonsoft.Json.XML since the updated copy got accidentally reverted by another commit
slimupdates
Justin Clark-Casey (justincc) 2010-03-25 20:33:46 +00:00
parent 3fb73e4e26
commit 6ad85dc259
2 changed files with 5828 additions and 5828 deletions

View File

@ -310,7 +310,7 @@ namespace OpenSim.Framework.Servers.HttpServer
}
catch (Exception e)
{
m_log.ErrorFormat("[BASE HTTP SERVER]: OnRequest() failed with {0} {1}", e.Message, e.StackTrace);
m_log.Error(string.Format("[BASE HTTP SERVER]: OnRequest() failed with "), e);
}
}

File diff suppressed because it is too large Load Diff