On "show caps", stop excluding the seed cap but do exclude it elsewhere

This commit is contained in:
Justin Clark-Casey (justincc)
2011-11-29 20:37:03 +00:00
parent 679a5f6c0b
commit fa63054c4f
4 changed files with 22 additions and 19 deletions

View File

@@ -903,7 +903,9 @@ namespace OpenSim.Framework.Servers.HttpServer
byte[] buf = Encoding.UTF8.GetBytes("Not found");
response.KeepAlive = false;
m_log.ErrorFormat("[BASE HTTP SERVER]: Handler not found for http request {0}", request.RawUrl);
m_log.ErrorFormat(
"[BASE HTTP SERVER]: Handler not found for http request {0} {1}",
request.HttpMethod, request.Url.PathAndQuery);
response.SendChunked = false;
response.ContentLength64 = buf.Length;