aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid
diff options
context:
space:
mode:
authorDalien Talbot2007-11-18 06:16:39 +0000
committerDalien Talbot2007-11-18 06:16:39 +0000
commit6866dc52977d541d04aa2ec84dcdb3c21f0a754b (patch)
treeeeef8da4e471e64a61d7ba7d709d14c805062e15 /OpenSim/Grid
parentPrevent the region crash in gridmode on bringing up the map (diff)
downloadopensim-SC_OLD-6866dc52977d541d04aa2ec84dcdb3c21f0a754b.zip
opensim-SC_OLD-6866dc52977d541d04aa2ec84dcdb3c21f0a754b.tar.gz
opensim-SC_OLD-6866dc52977d541d04aa2ec84dcdb3c21f0a754b.tar.bz2
opensim-SC_OLD-6866dc52977d541d04aa2ec84dcdb3c21f0a754b.tar.xz
Additional debugging output to see for what coordinates is the worldmap
requested (crash is gone, but tons of worldmap requests)
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r--OpenSim/Grid/GridServer/GridManager.cs3
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}