aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 279f34e..e37ad59 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -497,7 +497,7 @@ namespace OpenSim.Region.Environment.Scenes
497 } 497 }
498 catch (Exception e) 498 catch (Exception e)
499 { 499 {
500 MainLog.Instance.Warn("terrain", "World.cs: LoadWorldMap() - Failed with exception " + e.ToString()); 500 MainLog.Instance.Warn("terrain", "Scene.cs: LoadWorldMap() - Failed with exception " + e.ToString());
501 } 501 }
502 } 502 }
503 503
@@ -1079,7 +1079,7 @@ namespace OpenSim.Region.Environment.Scenes
1079 /// <param name="agent"></param> 1079 /// <param name="agent"></param>
1080 public void NewUserConnection(ulong regionHandle, AgentCircuitData agent) 1080 public void NewUserConnection(ulong regionHandle, AgentCircuitData agent)
1081 { 1081 {
1082 // Console.WriteLine("World.cs - add new user connection"); 1082 // Console.WriteLine("Scene.cs - add new user connection");
1083 //should just check that its meant for this region 1083 //should just check that its meant for this region
1084 if (regionHandle == m_regInfo.RegionHandle) 1084 if (regionHandle == m_regInfo.RegionHandle)
1085 { 1085 {