aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
diff options
context:
space:
mode:
authorMelanie2012-06-27 00:10:51 +0200
committerMelanie2012-06-27 00:10:51 +0200
commit625041f1db90c5a7f917f52720199ee0088a3141 (patch)
tree029b50baf7ae9c89d09b6e682ee740ddf2ff9765 /OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
parentAdd an event to the poll service manager thread to allow starting it (diff)
downloadopensim-SC_OLD-625041f1db90c5a7f917f52720199ee0088a3141.zip
opensim-SC_OLD-625041f1db90c5a7f917f52720199ee0088a3141.tar.gz
opensim-SC_OLD-625041f1db90c5a7f917f52720199ee0088a3141.tar.bz2
opensim-SC_OLD-625041f1db90c5a7f917f52720199ee0088a3141.tar.xz
Comment out a spammy message that will spew 4 lines for each request to a
nonexistent URL for http-in
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs b/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
index f4cf6b4..a701b46 100644
--- a/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
+++ b/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
@@ -508,7 +508,8 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
508 } 508 }
509 else 509 else
510 { 510 {
511 m_log.Warn("[HttpRequestHandler]: http-in request failed; no such url: "+urlkey.ToString()); 511 //m_log.Warn("[HttpRequestHandler]: http-in request failed; no such url: "+urlkey.ToString());
512 return;
512 } 513 }
513 514
514 //for llGetHttpHeader support we need to store original URI here 515 //for llGetHttpHeader support we need to store original URI here