aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-08-01 20:05:26 +0000
committerJustin Clarke Casey2008-08-01 20:05:26 +0000
commit5350cec0b37f40033117d011906bf66a5367c30f (patch)
tree06393efe09a69066b1497a69e3e11c7ef1633426 /OpenSim/Region/Environment/Scenes/ScenePresence.cs
parent* correct bug from last commit - for now don't drop cached user profile when ... (diff)
downloadopensim-SC_OLD-5350cec0b37f40033117d011906bf66a5367c30f.zip
opensim-SC_OLD-5350cec0b37f40033117d011906bf66a5367c30f.tar.gz
opensim-SC_OLD-5350cec0b37f40033117d011906bf66a5367c30f.tar.bz2
opensim-SC_OLD-5350cec0b37f40033117d011906bf66a5367c30f.tar.xz
* minor: log message twiddling
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index 178d652..626a71c 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -654,7 +654,7 @@ namespace OpenSim.Region.Environment.Scenes
654 m_animations.Clear(); 654 m_animations.Clear();
655 655
656// m_log.DebugFormat( 656// m_log.DebugFormat(
657// "[SCENEPRESENCE]: Downgrading child agent {0}, {1} to a root agent in {2}", 657// "[SCENEPRESENCE]: Downgrading root agent {0}, {1} to a child agent in {2}",
658// Name, UUID, m_scene.RegionInfo.RegionName); 658// Name, UUID, m_scene.RegionInfo.RegionName);
659 659
660 Velocity = new LLVector3(0, 0, 0); 660 Velocity = new LLVector3(0, 0, 0);