aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
authorJeff Ames2007-10-31 07:56:31 +0000
committerJeff Ames2007-10-31 07:56:31 +0000
commit13854d562f890f59b373697b0785bde5e09b757f (patch)
treecb512750e6b17f035145d519a6926a3a22722d4c /OpenSim/Region/Environment/Scenes/Scene.cs
parent* Moved OpenSim/Framework/General to OpenSim/Framework for great justice. (diff)
downloadopensim-SC_OLD-13854d562f890f59b373697b0785bde5e09b757f.zip
opensim-SC_OLD-13854d562f890f59b373697b0785bde5e09b757f.tar.gz
opensim-SC_OLD-13854d562f890f59b373697b0785bde5e09b757f.tar.bz2
opensim-SC_OLD-13854d562f890f59b373697b0785bde5e09b757f.tar.xz
fixed filenames in log messages
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-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 {