aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.Animations.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/ScenePresence.Animations.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/ScenePresence.Animations.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.Animations.cs2
1 files changed, 1 insertions, 1 deletions
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();