aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 15a0493..f3b76c8 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -3686,7 +3686,7 @@ namespace OpenSim.Region.Framework.Scenes
3686 { 3686 {
3687 isChildAgent = avatar.IsChildAgent; 3687 isChildAgent = avatar.IsChildAgent;
3688 3688
3689 m_log.DebugFormat( 3689 m_log.InfoFormat(
3690 "[SCENE]: Removing {0} agent {1} {2} from {3}", 3690 "[SCENE]: Removing {0} agent {1} {2} from {3}",
3691 isChildAgent ? "child" : "root", avatar.Name, agentID, Name); 3691 isChildAgent ? "child" : "root", avatar.Name, agentID, Name);
3692 3692