minor: correct SceneCommunicationService.LogHeader spelling

Relates to http://opensimulator.org/mantis/view.php?id=7337
sedebug
Justin Clark-Casey (justincc) 2015-01-20 00:19:33 +00:00
parent c3dd46ca87
commit 1797601fec
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ namespace OpenSim.Region.Framework.Scenes
public class SceneCommunicationService //one instance per region
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private static string LogHeader = "[SCENE COMMUNIATION SERVICE]";
private static string LogHeader = "[SCENE COMMUNICATION SERVICE]";
protected RegionInfo m_regionInfo;
protected Scene m_scene;