aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorUbitUmarov2018-07-11 18:26:17 +0100
committerUbitUmarov2018-07-11 18:26:17 +0100
commit3cea21ab63244482173a60b16ea6dbe9ead0d40b (patch)
tree5768beb459dcbf6fc34164172cbc4f37ba3c8453 /OpenSim/Region/Framework
parentMantis 8308: update libopenjpeg-dotnet-2-1.5.0-dotnet-1.dylib adding missing ... (diff)
downloadopensim-SC-3cea21ab63244482173a60b16ea6dbe9ead0d40b.zip
opensim-SC-3cea21ab63244482173a60b16ea6dbe9ead0d40b.tar.gz
opensim-SC-3cea21ab63244482173a60b16ea6dbe9ead0d40b.tar.bz2
opensim-SC-3cea21ab63244482173a60b16ea6dbe9ead0d40b.tar.xz
mantis 8335: fix string format
Diffstat (limited to 'OpenSim/Region/Framework')
-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 6304778..932e826 100644
--- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
@@ -84,7 +84,7 @@ namespace OpenSim.Region.Framework.Scenes
84 if (neighbourService != null) 84 if (neighbourService != null)
85 neighbour = neighbourService.HelloNeighbour(regionhandle, region); 85 neighbour = neighbourService.HelloNeighbour(regionhandle, region);
86 else 86 else
87 m_log.DebugFormat("{0} neighbour service provided for region {0} to inform neigbhours of status", LogHeader, m_scene.Name); 87 m_log.DebugFormat("{0} neighbour service provided for region {1} to inform neigbhours of status", LogHeader, m_scene.Name);
88 88
89 if (neighbour != null) 89 if (neighbour != null)
90 { 90 {