Additional debugging output to see for what coordinates is the worldmap

requested (crash is gone, but tons of worldmap requests)
afrisby
Dalien Talbot 2007-11-18 06:16:39 +00:00
parent baa4e82107
commit 6866dc5297
1 changed files with 2 additions and 1 deletions

View File

@ -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
}
}
}
}
}