diff options
author | Melanie | 2012-09-04 03:20:37 +0200 |
---|---|---|
committer | Melanie | 2012-09-04 03:20:37 +0200 |
commit | 3fb2523f5b324862f4a125c5bdaeff9e512a67c0 (patch) | |
tree | 87b5f4678b6cc15948a42b8e38a073f020c64fb7 /OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs | |
parent | Refactor avatar transfer so that the heavy (UpdateAgent) part is separated into (diff) | |
download | opensim-SC-3fb2523f5b324862f4a125c5bdaeff9e512a67c0.zip opensim-SC-3fb2523f5b324862f4a125c5bdaeff9e512a67c0.tar.gz opensim-SC-3fb2523f5b324862f4a125c5bdaeff9e512a67c0.tar.bz2 opensim-SC-3fb2523f5b324862f4a125c5bdaeff9e512a67c0.tar.xz |
Remove debug spam
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs b/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs index e0e358a..13762f7 100644 --- a/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs +++ b/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs | |||
@@ -188,9 +188,9 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp | |||
188 | args.Type = PollServiceEventArgs.EventType.LslHttp; | 188 | args.Type = PollServiceEventArgs.EventType.LslHttp; |
189 | m_HttpServer.AddPollServiceHTTPHandler(uri, args); | 189 | m_HttpServer.AddPollServiceHTTPHandler(uri, args); |
190 | 190 | ||
191 | m_log.DebugFormat( | 191 | // m_log.DebugFormat( |
192 | "[URL MODULE]: Set up incoming request url {0} for {1} in {2} {3}", | 192 | // "[URL MODULE]: Set up incoming request url {0} for {1} in {2} {3}", |
193 | uri, itemID, host.Name, host.LocalId); | 193 | // uri, itemID, host.Name, host.LocalId); |
194 | 194 | ||
195 | engine.PostScriptEvent(itemID, "http_request", new Object[] { urlcode.ToString(), "URL_REQUEST_GRANTED", url }); | 195 | engine.PostScriptEvent(itemID, "http_request", new Object[] { urlcode.ToString(), "URL_REQUEST_GRANTED", url }); |
196 | } | 196 | } |
@@ -234,9 +234,9 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp | |||
234 | args.Type = PollServiceEventArgs.EventType.LslHttp; | 234 | args.Type = PollServiceEventArgs.EventType.LslHttp; |
235 | m_HttpsServer.AddPollServiceHTTPHandler(uri, args); | 235 | m_HttpsServer.AddPollServiceHTTPHandler(uri, args); |
236 | 236 | ||
237 | m_log.DebugFormat( | 237 | // m_log.DebugFormat( |
238 | "[URL MODULE]: Set up incoming secure request url {0} for {1} in {2} {3}", | 238 | // "[URL MODULE]: Set up incoming secure request url {0} for {1} in {2} {3}", |
239 | uri, itemID, host.Name, host.LocalId); | 239 | // uri, itemID, host.Name, host.LocalId); |
240 | 240 | ||
241 | engine.PostScriptEvent(itemID, "http_request", new Object[] { urlcode.ToString(), "URL_REQUEST_GRANTED", url }); | 241 | engine.PostScriptEvent(itemID, "http_request", new Object[] { urlcode.ToString(), "URL_REQUEST_GRANTED", url }); |
242 | } | 242 | } |