mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* Minor: Change 'delete region' message to region logout message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user