Revert "Report http server onRequest() exception properly."
This reverts commit c09451a034
.
prebuild-update
parent
c09451a034
commit
8629ba80bf
|
@ -310,7 +310,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.Error("[BASE HTTP SERVER]: OnRequest() failed with ", e);
|
||||
m_log.Error(string.Format("[BASE HTTP SERVER]: OnRequest() failed with "), e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue