* Minor: Change 'delete region' message to region logout message

0.6.0-stable
Justin Clarke Casey 2008-05-12 16:24:52 +00:00
parent 6df35bac3f
commit 690294c578
1 changed files with 2 additions and 1 deletions

View File

@ -613,7 +613,8 @@ namespace OpenSim.Grid.GridServer
{
//TheSim = GetRegion(new LLUUID((string) requestData["UUID"]));
uuid = requestData["UUID"].ToString();
Console.WriteLine("deleting region " + uuid);
m_log.InfoFormat("[LOGOUT]: Logging out region: {0}", uuid);
// logToDB((new LLUUID((string)requestData["UUID"])).ToString(),"XmlRpcDeleteRegionMethod","", 5,"Attempting delete with UUID.");
}
else