Go back to displaying the X,Y and not the regionName until
SearializableRegionInfo is a bit more understood. This is only a mainlog message.afrisby
parent
09651f298c
commit
edf6f9e573
|
@ -961,8 +961,14 @@ namespace OpenSim.Region.Communications.OGS1
|
||||||
|
|
||||||
public bool TriggerRegionUp(SearializableRegionInfo regionData, ulong regionhandle)
|
public bool TriggerRegionUp(SearializableRegionInfo regionData, ulong regionhandle)
|
||||||
{
|
{
|
||||||
MainLog.Instance.Verbose("INTER", gdebugRegionName + "Incoming OGS1 RegionUpReport: " +
|
//CFK: I need a little help here as I would like to display the regionName along with the X,Y location
|
||||||
regionData.regionName + " (" + regionData.RegionLocX + "," + regionData.RegionLocY + ")" );
|
//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 + ")");
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue