Comment out a spammy message that will spew 4 lines for each request to a

nonexistent URL for http-in
avinationmerge
Melanie 2012-06-27 00:10:51 +02:00
parent 9a8de52940
commit 625041f1db
1 changed files with 2 additions and 1 deletions

View File

@ -508,7 +508,8 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
} }
else else
{ {
m_log.Warn("[HttpRequestHandler]: http-in request failed; no such url: "+urlkey.ToString()); //m_log.Warn("[HttpRequestHandler]: http-in request failed; no such url: "+urlkey.ToString());
return;
} }
//for llGetHttpHeader support we need to store original URI here //for llGetHttpHeader support we need to store original URI here