aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-07-18 21:26:28 +0100
committerJustin Clark-Casey (justincc)2012-07-18 21:26:28 +0100
commit742ad5eb9371dcacb1f571bd2be734772b7caa41 (patch)
tree1083a1e717c160df6aff147f623fd243a712dab1 /OpenSim
parentOnly listen to LoginsEnabled event in RegionReadyModule if it has been asked ... (diff)
parentMerge branch 'master' of git://opensimulator.org/git/opensim (diff)
downloadopensim-SC_OLD-742ad5eb9371dcacb1f571bd2be734772b7caa41.zip
opensim-SC_OLD-742ad5eb9371dcacb1f571bd2be734772b7caa41.tar.gz
opensim-SC_OLD-742ad5eb9371dcacb1f571bd2be734772b7caa41.tar.bz2
opensim-SC_OLD-742ad5eb9371dcacb1f571bd2be734772b7caa41.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
index 661e03c..305f8a4 100644
--- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
@@ -100,7 +100,7 @@ namespace OpenSim.Region.Framework.Scenes
100 { 100 {
101 m_log.WarnFormat( 101 m_log.WarnFormat(
102 "[SCENE COMMUNICATION SERVICE]: Region {0} failed to inform neighbour at {1}-{2} that it is up.", 102 "[SCENE COMMUNICATION SERVICE]: Region {0} failed to inform neighbour at {1}-{2} that it is up.",
103 x / Constants.RegionSize, y / Constants.RegionSize); 103 m_scene.Name, x / Constants.RegionSize, y / Constants.RegionSize);
104 } 104 }
105 } 105 }
106 106