aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs7
1 files changed, 3 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 3095382..85bae9a 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -3617,10 +3617,9 @@ namespace OpenSim.Region.Framework.Scenes
3617 // Or the same user is trying to be root twice here, won't work. 3617 // Or the same user is trying to be root twice here, won't work.
3618 // Kill it. 3618 // Kill it.
3619 m_log.DebugFormat( 3619 m_log.DebugFormat(
3620 "[SCENE]: Zombie scene presence detected for {0} in {1}", 3620 "[SCENE]: Zombie scene presence detected for {0} {1} in {2}",
3621 agent.AgentID, 3621 sp.Name, sp.UUID, RegionInfo.RegionName);
3622 RegionInfo.RegionName 3622
3623 );
3624 sp.ControllingClient.Close(); 3623 sp.ControllingClient.Close();
3625 sp = null; 3624 sp = null;
3626 } 3625 }