diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index 0d966dd656..2e040525f3 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs @@ -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 } } } -} \ No newline at end of file +}