mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Comment out a spammy message that will spew 4 lines for each request to a
nonexistent URL for http-in
This commit is contained in:
@@ -508,7 +508,8 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
|
||||
}
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user