mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Revert "Report http server onRequest() exception properly."
This reverts commit c09451a034.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user