aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1
diff options
context:
space:
mode:
authorCharles Krinke2007-12-24 19:27:52 +0000
committerCharles Krinke2007-12-24 19:27:52 +0000
commitf28f917c614589fd8a0e01fc90964303e90bf1ca (patch)
tree89fe7f9643f0eaa4d868a77a446a840301abbefe /OpenSim/Region/Communications/OGS1
parentGo back to displaying the X,Y and not the regionName until (diff)
downloadopensim-SC_OLD-f28f917c614589fd8a0e01fc90964303e90bf1ca.zip
opensim-SC_OLD-f28f917c614589fd8a0e01fc90964303e90bf1ca.tar.gz
opensim-SC_OLD-f28f917c614589fd8a0e01fc90964303e90bf1ca.tar.bz2
opensim-SC_OLD-f28f917c614589fd8a0e01fc90964303e90bf1ca.tar.xz
Revert most of the regionName message stuff.
Diffstat (limited to 'OpenSim/Region/Communications/OGS1')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
index 26dbf0e..2754c4e 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
@@ -961,12 +961,6 @@ namespace OpenSim.Region.Communications.OGS1
961 961
962 public bool TriggerRegionUp(SearializableRegionInfo regionData, ulong regionhandle) 962 public bool TriggerRegionUp(SearializableRegionInfo regionData, ulong regionhandle)
963 { 963 {
964 //CFK: I need a little help here as I would like to display the regionName along with the X,Y location
965 //CFL: but when run, I get an exception that m_regionName is not found in SearializableRegionInfo even
966 //CFK: though I believe I defined it correctly. I suspect that the class RegionInfo is perhaps biting
967 //CFK: me and hope someone can add clarity to my thoughts.
968 //CFK: MainLog.Instance.Verbose("INTER", gdebugRegionName + "Incoming OGS1 RegionUpReport: " +
969 //CFK: regionData.regionName + " (" + regionData.RegionLocX + "," + regionData.RegionLocY + ")");
970 964
971 MainLog.Instance.Verbose("INTER", gdebugRegionName + "Incoming OGS1 RegionUpReport: " + "(" + regionData.RegionLocX + "," + regionData.RegionLocY + ")"); 965 MainLog.Instance.Verbose("INTER", gdebugRegionName + "Incoming OGS1 RegionUpReport: " + "(" + regionData.RegionLocX + "," + regionData.RegionLocY + ")");
972 966