diff options
author | Charles Krinke | 2007-12-24 17:21:07 +0000 |
---|---|---|
committer | Charles Krinke | 2007-12-24 17:21:07 +0000 |
commit | 60b5130cffed0666b0eead441f50d1f965425acf (patch) | |
tree | 6ecaecab0a1719be165ac875d818669a7a10b66f /OpenSim/Region/Communications | |
parent | * ODE: now using the 10.00000638 density value on prim. (diff) | |
download | opensim-SC_OLD-60b5130cffed0666b0eead441f50d1f965425acf.zip opensim-SC_OLD-60b5130cffed0666b0eead441f50d1f965425acf.tar.gz opensim-SC_OLD-60b5130cffed0666b0eead441f50d1f965425acf.tar.bz2 opensim-SC_OLD-60b5130cffed0666b0eead441f50d1f965425acf.tar.xz |
Add regionName to OGS1 regionUp report.
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 7adac58..c38de7b 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -961,7 +961,8 @@ 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 | MainLog.Instance.Verbose("INTER", gdebugRegionName + ": Incoming OGS1 RegionUpReport: " + regionData.RegionLocX + "," + regionData.RegionLocY); | 964 | MainLog.Instance.Verbose("INTER", gdebugRegionName + "Incoming OGS1 RegionUpReport: " + |
965 | regionData.regionName + " (" + regionData.RegionLocX + "," + regionData.RegionLocY + ")" ); | ||
965 | 966 | ||
966 | try | 967 | try |
967 | { | 968 | { |