diff options
author | Justin Clark-Casey (justincc) | 2015-01-20 00:19:33 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-01-20 00:19:33 +0000 |
commit | ac93ba9f85e5bcbcfe69fefbfd0b71a0885bac81 (patch) | |
tree | 64ae467f34a1908a09c47e2dd15ebca4f29546a2 | |
parent | minor: comment out unusued logging objects in some pCampbot behaviour classes (diff) | |
download | opensim-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.cs | 2 |
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; |