aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-12 16:24:52 +0000
committerJustin Clarke Casey2008-05-12 16:24:52 +0000
commit690294c57843cd01485a70c78c9c0bf12dd386b6 (patch)
treedce24606c57ccf25a09e79a819d8cbfe96365c6b /OpenSim
parent* Minor: Commenting out message detailing all individual map information disp... (diff)
downloadopensim-SC_OLD-690294c57843cd01485a70c78c9c0bf12dd386b6.zip
opensim-SC_OLD-690294c57843cd01485a70c78c9c0bf12dd386b6.tar.gz
opensim-SC_OLD-690294c57843cd01485a70c78c9c0bf12dd386b6.tar.bz2
opensim-SC_OLD-690294c57843cd01485a70c78c9c0bf12dd386b6.tar.xz
* Minor: Change 'delete region' message to region logout message
Diffstat (limited to 'OpenSim')
-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