aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorCharles Krinke2007-12-24 17:26:28 +0000
committerCharles Krinke2007-12-24 17:26:28 +0000
commit09651f298c27fe9ba7a2261caa46cc88280b2a4b (patch)
treef2f07a360aa5432fb4063633568263bb2b756392 /OpenSim
parentAdd regionName to OGS1 regionUp report. (diff)
downloadopensim-SC_OLD-09651f298c27fe9ba7a2261caa46cc88280b2a4b.zip
opensim-SC_OLD-09651f298c27fe9ba7a2261caa46cc88280b2a4b.tar.gz
opensim-SC_OLD-09651f298c27fe9ba7a2261caa46cc88280b2a4b.tar.bz2
opensim-SC_OLD-09651f298c27fe9ba7a2261caa46cc88280b2a4b.tar.xz
Added regionName to "far away" region report.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index f12fb92..117cbd5 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -350,7 +350,8 @@ namespace OpenSim.Region.Environment.Scenes
350 } 350 }
351 else 351 else
352 { 352 {
353 MainLog.Instance.Verbose("INTERGRID", "Got notice about Region at X:" + otherRegion.RegionLocX.ToString() + " Y:" + otherRegion.RegionLocY.ToString() + " but it was too far away to send to the client"); 353 MainLog.Instance.Verbose("INTERGRID", "Got notice about far away Region: " + otherRegion.RegionName.ToString() +
354 " at (" + otherRegion.RegionLocX.ToString() + ", " + otherRegion.RegionLocY.ToString() + ")" );
354 } 355 }
355 356
356 357