mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Additional debugging output to see for what coordinates is the worldmap
requested (crash is gone, but tons of worldmap requests)
This commit is contained in:
@@ -466,6 +466,7 @@ namespace OpenSim.Grid.GridServer
|
||||
{
|
||||
ymax = (Int32) requestData["ymax"];
|
||||
}
|
||||
MainLog.Instance.Verbose("World map request for range (" + xmin + "," + ymin + ")..(" + xmax + "," + ymax + ")");
|
||||
|
||||
XmlRpcResponse response = new XmlRpcResponse();
|
||||
Hashtable responseData = new Hashtable();
|
||||
@@ -742,4 +743,4 @@ namespace OpenSim.Grid.GridServer
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user