From f28f917c614589fd8a0e01fc90964303e90bf1ca Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Mon, 24 Dec 2007 19:27:52 +0000 Subject: Revert most of the regionName message stuff. --- OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'OpenSim/Region/Communications/OGS1') 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 public bool TriggerRegionUp(SearializableRegionInfo regionData, ulong regionhandle) { - //CFK: I need a little help here as I would like to display the regionName along with the X,Y location - //CFL: but when run, I get an exception that m_regionName is not found in SearializableRegionInfo even - //CFK: though I believe I defined it correctly. I suspect that the class RegionInfo is perhaps biting - //CFK: me and hope someone can add clarity to my thoughts. - //CFK: MainLog.Instance.Verbose("INTER", gdebugRegionName + "Incoming OGS1 RegionUpReport: " + - //CFK: regionData.regionName + " (" + regionData.RegionLocX + "," + regionData.RegionLocY + ")"); MainLog.Instance.Verbose("INTER", gdebugRegionName + "Incoming OGS1 RegionUpReport: " + "(" + regionData.RegionLocX + "," + regionData.RegionLocY + ")"); -- cgit v1.1