Additional debugging output to see for what coordinates is the worldmap
requested (crash is gone, but tons of worldmap requests)afrisby
parent
baa4e82107
commit
6866dc5297
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue