aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/WorldMap
diff options
context:
space:
mode:
authorDr Scofield2008-10-08 11:15:25 +0000
committerDr Scofield2008-10-08 11:15:25 +0000
commit2947ef9c00925a5ccf144ad96e72168ad16f2999 (patch)
tree15169de88f16a4effb5ce04a6ff9e34149f21174 /OpenSim/Region/Environment/Modules/World/WorldMap
parent- add clientstack_plugin option to OpenSim.ini.example (diff)
downloadopensim-SC_OLD-2947ef9c00925a5ccf144ad96e72168ad16f2999.zip
opensim-SC_OLD-2947ef9c00925a5ccf144ad96e72168ad16f2999.tar.gz
opensim-SC_OLD-2947ef9c00925a5ccf144ad96e72168ad16f2999.tar.bz2
opensim-SC_OLD-2947ef9c00925a5ccf144ad96e72168ad16f2999.tar.xz
warning squashing
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World/WorldMap')
-rw-r--r--OpenSim/Region/Environment/Modules/World/WorldMap/WorldMapModule.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/WorldMap/WorldMapModule.cs b/OpenSim/Region/Environment/Modules/World/WorldMap/WorldMapModule.cs
index 49de153..215f3fa 100644
--- a/OpenSim/Region/Environment/Modules/World/WorldMap/WorldMapModule.cs
+++ b/OpenSim/Region/Environment/Modules/World/WorldMap/WorldMapModule.cs
@@ -393,7 +393,7 @@ namespace OpenSim.Region.Environment.Modules.World.WorldMap
393 mapitemsrequest.ContentType = "application/xml+llsd"; 393 mapitemsrequest.ContentType = "application/xml+llsd";
394 LLSDMap RAMap = new LLSDMap(); 394 LLSDMap RAMap = new LLSDMap();
395 395
396 string RAMapString = RAMap.ToString(); 396 // string RAMapString = RAMap.ToString();
397 LLSD LLSDofRAMap = RAMap; // RENAME if this works 397 LLSD LLSDofRAMap = RAMap; // RENAME if this works
398 398
399 byte[] buffer = LLSDParser.SerializeXmlBytes(LLSDofRAMap); 399 byte[] buffer = LLSDParser.SerializeXmlBytes(LLSDofRAMap);
@@ -433,7 +433,7 @@ namespace OpenSim.Region.Environment.Modules.World.WorldMap
433 //m_log.InfoFormat("[OGP]: rez_avatar reply was {0} ", response_mapItems_reply); 433 //m_log.InfoFormat("[OGP]: rez_avatar reply was {0} ", response_mapItems_reply);
434 434
435 } 435 }
436 catch (WebException ex) 436 catch (WebException)
437 { 437 {
438 //m_log.InfoFormat("[OGP]: exception on read after send of rez avatar {0}", ex.Message); 438 //m_log.InfoFormat("[OGP]: exception on read after send of rez avatar {0}", ex.Message);
439 responseMap["connect"] = LLSD.FromBoolean(false); 439 responseMap["connect"] = LLSD.FromBoolean(false);
@@ -448,7 +448,7 @@ namespace OpenSim.Region.Environment.Modules.World.WorldMap
448 responseMap = (LLSDMap)rezResponse; 448 responseMap = (LLSDMap)rezResponse;
449 responseMap["requestID"] = LLSD.FromUUID(requestID); 449 responseMap["requestID"] = LLSD.FromUUID(requestID);
450 } 450 }
451 catch (Exception ex) 451 catch (Exception)
452 { 452 {
453 //m_log.InfoFormat("[OGP]: exception on parse of rez reply {0}", ex.Message); 453 //m_log.InfoFormat("[OGP]: exception on parse of rez reply {0}", ex.Message);
454 responseMap["connect"] = LLSD.FromBoolean(false); 454 responseMap["connect"] = LLSD.FromBoolean(false);