minor: Tweak BaseHttpServer message to make it clear that this relates to slow handling of inbound requests.

0.7.4.1
Justin Clark-Casey (justincc) 2012-05-04 01:16:56 +01:00
parent c9faf0df74
commit fb99ee6774
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ namespace OpenSim.Framework.Servers.HttpServer
if (tickdiff > 3000)
{
m_log.InfoFormat(
"[BASE HTTP SERVER]: slow {0} for {1} {2} {3} from {4} took {5} ms",
"[BASE HTTP SERVER]: Slow handling of {0} {1} {2} {3} from {4} took {5}ms",
requestMethod,
uriString,
requestHandler != null ? requestHandler.Name : "",