diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Capabilities')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 1398184..a360dc3 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs | |||
@@ -305,10 +305,9 @@ namespace OpenSim.Region.Capabilities | |||
305 | uploadResponse.uploader = uploaderURL; | 305 | uploadResponse.uploader = uploaderURL; |
306 | uploadResponse.state = "upload"; | 306 | uploadResponse.state = "upload"; |
307 | 307 | ||
308 | // m_log.Info( | 308 | // m_log.InfoFormat("[CAPS]: " + |
309 | // String.Format("[CAPS]: " + | 309 | // "ScriptTaskInventory response: {0}", |
310 | // "ScriptTaskInventory response: {0}", | 310 | // LLSDHelpers.SerialiseLLSDReply(uploadResponse))); |
311 | // LLSDHelpers.SerialiseLLSDReply(uploadResponse))); | ||
312 | 311 | ||
313 | return LLSDHelpers.SerialiseLLSDReply(uploadResponse); | 312 | return LLSDHelpers.SerialiseLLSDReply(uploadResponse); |
314 | } | 313 | } |
@@ -351,10 +350,9 @@ namespace OpenSim.Region.Capabilities | |||
351 | uploadResponse.uploader = uploaderURL; | 350 | uploadResponse.uploader = uploaderURL; |
352 | uploadResponse.state = "upload"; | 351 | uploadResponse.state = "upload"; |
353 | 352 | ||
354 | // m_log.Info( | 353 | // m_log.InfoFormat("[CAPS]: " + |
355 | // String.Format("[CAPS]: " + | 354 | // "NoteCardAgentInventory response: {0}", |
356 | // "NoteCardAgentInventory response: {0}", | 355 | // LLSDHelpers.SerialiseLLSDReply(uploadResponse))); |
357 | // LLSDHelpers.SerialiseLLSDReply(uploadResponse))); | ||
358 | 356 | ||
359 | return LLSDHelpers.SerialiseLLSDReply(uploadResponse); | 357 | return LLSDHelpers.SerialiseLLSDReply(uploadResponse); |
360 | } | 358 | } |
@@ -683,10 +681,9 @@ namespace OpenSim.Region.Capabilities | |||
683 | { | 681 | { |
684 | try | 682 | try |
685 | { | 683 | { |
686 | // m_log.Info( | 684 | // m_log.InfoFormat("[CAPS]: " + |
687 | // String.Format("[CAPS]: " + | 685 | // "TaskInventoryScriptUpdater received data: {0}, path: {1}, param: {2}", |
688 | // "TaskInventoryScriptUpdater received data: {0}, path: {1}, param: {2}", | 686 | // data, path, param)); |
689 | // data, path, param)); | ||
690 | 687 | ||
691 | string res = String.Empty; | 688 | string res = String.Empty; |
692 | LLSDTaskInventoryUploadComplete uploadComplete = new LLSDTaskInventoryUploadComplete(); | 689 | LLSDTaskInventoryUploadComplete uploadComplete = new LLSDTaskInventoryUploadComplete(); |