mirror of
https://github.com/opensim/opensim.git
synced 2026-07-07 21:25:47 +08:00
Report http server onRequest() exception properly.
This commit is contained in:
@@ -310,7 +310,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.Error(string.Format("[BASE HTTP SERVER]: OnRequest() failed with "), e);
|
||||
m_log.Error("[BASE HTTP SERVER]: OnRequest() failed with ", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user