aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
diff options
context:
space:
mode:
authorMelanie2012-07-29 15:12:03 +0200
committerMelanie2012-07-29 15:12:03 +0200
commit30784ab9e15a65e67bba8a75cf4e8786064bc12d (patch)
tree91002dd6c0480ae5bfeda4f0b5a362fd86cdde9a /OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
parentWhen controls are released by script, don't drop the permission to (diff)
downloadopensim-SC_OLD-30784ab9e15a65e67bba8a75cf4e8786064bc12d.zip
opensim-SC_OLD-30784ab9e15a65e67bba8a75cf4e8786064bc12d.tar.gz
opensim-SC_OLD-30784ab9e15a65e67bba8a75cf4e8786064bc12d.tar.bz2
opensim-SC_OLD-30784ab9e15a65e67bba8a75cf4e8786064bc12d.tar.xz
Fix an exception while outputting a log message
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 5d8447b..775a4c2 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