Report http server onRequest() exception properly.

prebuild-update
Justin Clark-Casey (justincc) 2010-06-25 19:11:22 +01:00
parent 52b711af82
commit c09451a034
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}