diff options
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index 4ea4a1a..6fa36b5 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | |||
@@ -677,7 +677,7 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
677 | if (tickdiff > 3000) | 677 | if (tickdiff > 3000) |
678 | { | 678 | { |
679 | m_log.InfoFormat( | 679 | m_log.InfoFormat( |
680 | "[BASE HTTP SERVER]: slow {0} for {1} {2} {3} from {4} took {5} ms", | 680 | "[BASE HTTP SERVER]: Slow handling of {0} {1} {2} {3} from {4} took {5}ms", |
681 | requestMethod, | 681 | requestMethod, |
682 | uriString, | 682 | uriString, |
683 | requestHandler != null ? requestHandler.Name : "", | 683 | requestHandler != null ? requestHandler.Name : "", |