aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/GridServer')
-rw-r--r--OpenSim/Grid/GridServer/GridManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs
index 19f5427..8ed619c 100644
--- a/OpenSim/Grid/GridServer/GridManager.cs
+++ b/OpenSim/Grid/GridServer/GridManager.cs
@@ -613,7 +613,8 @@ namespace OpenSim.Grid.GridServer
613 { 613 {
614 //TheSim = GetRegion(new LLUUID((string) requestData["UUID"])); 614 //TheSim = GetRegion(new LLUUID((string) requestData["UUID"]));
615 uuid = requestData["UUID"].ToString(); 615 uuid = requestData["UUID"].ToString();
616 Console.WriteLine("deleting region " + uuid); 616 m_log.InfoFormat("[LOGOUT]: Logging out region: {0}", uuid);
617
617 // logToDB((new LLUUID((string)requestData["UUID"])).ToString(),"XmlRpcDeleteRegionMethod","", 5,"Attempting delete with UUID."); 618 // logToDB((new LLUUID((string)requestData["UUID"])).ToString(),"XmlRpcDeleteRegionMethod","", 5,"Attempting delete with UUID.");
618 } 619 }
619 else 620 else