Revert "Report http server onRequest() exception properly."

This reverts commit c09451a034.
prebuild-update
Justin Clark-Casey (justincc) 2010-06-25 20:51:21 +01:00
parent c09451a034
commit 8629ba80bf
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("[BASE HTTP SERVER]: OnRequest() failed with ", e);
m_log.Error(string.Format("[BASE HTTP SERVER]: OnRequest() failed with "), e);
}
}