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

0.7.3-extended
Justin Clark-Casey (justincc) 2012-05-04 01:16:56 +01:00
parent 59e93b8ee3
commit 79aae63aff
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ namespace OpenSim.Framework.Servers.HttpServer
if (tickdiff > 3000) if (tickdiff > 3000)
{ {
m_log.InfoFormat( 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, requestMethod,
uriString, uriString,
requestHandler != null ? requestHandler.Name : "", requestHandler != null ? requestHandler.Name : "",