aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2015-01-20 00:19:33 +0000
committerJustin Clark-Casey (justincc)2015-01-20 00:19:33 +0000
commitac93ba9f85e5bcbcfe69fefbfd0b71a0885bac81 (patch)
tree64ae467f34a1908a09c47e2dd15ebca4f29546a2
parentminor: comment out unusued logging objects in some pCampbot behaviour classes (diff)
downloadopensim-SC_OLD-ac93ba9f85e5bcbcfe69fefbfd0b71a0885bac81.zip
opensim-SC_OLD-ac93ba9f85e5bcbcfe69fefbfd0b71a0885bac81.tar.gz
opensim-SC_OLD-ac93ba9f85e5bcbcfe69fefbfd0b71a0885bac81.tar.bz2
opensim-SC_OLD-ac93ba9f85e5bcbcfe69fefbfd0b71a0885bac81.tar.xz
minor: correct SceneCommunicationService.LogHeader spelling
Relates to http://opensimulator.org/mantis/view.php?id=7337
-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 8101768..c8c8714 100644
--- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
@@ -52,7 +52,7 @@ namespace OpenSim.Region.Framework.Scenes
52 public class SceneCommunicationService //one instance per region 52 public class SceneCommunicationService //one instance per region
53 { 53 {
54 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 54 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
55 private static string LogHeader = "[SCENE COMMUNIATION SERVICE]"; 55 private static string LogHeader = "[SCENE COMMUNICATION SERVICE]";
56 56
57 protected RegionInfo m_regionInfo; 57 protected RegionInfo m_regionInfo;
58 protected Scene m_scene; 58 protected Scene m_scene;