mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
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
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
11654
bin/Newtonsoft.Json.XML
11654
bin/Newtonsoft.Json.XML
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user