diff options
Diffstat (limited to 'OpenSim/Grid/GridServer/GridManager.cs')
-rw-r--r-- | OpenSim/Grid/GridServer/GridManager.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index 0d966dd..2e04052 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs | |||
@@ -466,6 +466,7 @@ namespace OpenSim.Grid.GridServer | |||
466 | { | 466 | { |
467 | ymax = (Int32) requestData["ymax"]; | 467 | ymax = (Int32) requestData["ymax"]; |
468 | } | 468 | } |
469 | MainLog.Instance.Verbose("World map request for range (" + xmin + "," + ymin + ")..(" + xmax + "," + ymax + ")"); | ||
469 | 470 | ||
470 | XmlRpcResponse response = new XmlRpcResponse(); | 471 | XmlRpcResponse response = new XmlRpcResponse(); |
471 | Hashtable responseData = new Hashtable(); | 472 | Hashtable responseData = new Hashtable(); |
@@ -742,4 +743,4 @@ namespace OpenSim.Grid.GridServer | |||
742 | } | 743 | } |
743 | } | 744 | } |
744 | } | 745 | } |
745 | } \ No newline at end of file | 746 | } |