diff options
author | Jeff Ames | 2007-10-31 07:56:31 +0000 |
---|---|---|
committer | Jeff Ames | 2007-10-31 07:56:31 +0000 |
commit | 13854d562f890f59b373697b0785bde5e09b757f (patch) | |
tree | cb512750e6b17f035145d519a6926a3a22722d4c /OpenSim/Region/Environment/Scenes | |
parent | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 4 | ||||
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneBase.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.Animations.cs | 2 |
3 files changed, 4 insertions, 4 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 | { |
diff --git a/OpenSim/Region/Environment/Scenes/SceneBase.cs b/OpenSim/Region/Environment/Scenes/SceneBase.cs index 4ad9d65..ba4c40e 100644 --- a/OpenSim/Region/Environment/Scenes/SceneBase.cs +++ b/OpenSim/Region/Environment/Scenes/SceneBase.cs | |||
@@ -146,7 +146,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
146 | } | 146 | } |
147 | catch (Exception e) | 147 | catch (Exception e) |
148 | { | 148 | { |
149 | MainLog.Instance.Error("SCENE", "World.cs: Close() - Failed with exception " + e.ToString()); | 149 | MainLog.Instance.Error("SCENE", "SceneBase.cs: Close() - Failed with exception " + e.ToString()); |
150 | } | 150 | } |
151 | } | 151 | } |
152 | 152 | ||
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.Animations.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.Animations.cs index f43a9fc..5de816f 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.Animations.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.Animations.cs | |||
@@ -44,7 +44,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
44 | 44 | ||
45 | public void LoadAnims() | 45 | public void LoadAnims() |
46 | { | 46 | { |
47 | //OpenSim.Framework.Console.MainLog.Instance.Verbose("Avatar.cs:LoadAnims() - Loading avatar animations"); | 47 | //OpenSim.Framework.Console.MainLog.Instance.Verbose("ScenePresence.Animations.cs:LoadAnims() - Loading avatar animations"); |
48 | using (XmlTextReader reader = new XmlTextReader("data/avataranimations.xml")) | 48 | using (XmlTextReader reader = new XmlTextReader("data/avataranimations.xml")) |
49 | { | 49 | { |
50 | XmlDocument doc = new XmlDocument(); | 50 | XmlDocument doc = new XmlDocument(); |