diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 6 |
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 | ||