aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorBlueWall2012-04-26 16:40:36 -0400
committerBlueWall2012-04-26 16:40:36 -0400
commit2542ca2a49d70134394ce23c2594b26668d3a8b5 (patch)
tree44c6eee8a3b64571ed64494c238b7308b1509990 /OpenSim/Region/Framework/Scenes/Scene.cs
parentMerge branch 'master' of /home/opensim/var/repo/opensim (diff)
parentAdd request verb and url to error messages in WebUtil that lack this. (diff)
downloadopensim-SC_OLD-2542ca2a49d70134394ce23c2594b26668d3a8b5.zip
opensim-SC_OLD-2542ca2a49d70134394ce23c2594b26668d3a8b5.tar.gz
opensim-SC_OLD-2542ca2a49d70134394ce23c2594b26668d3a8b5.tar.bz2
opensim-SC_OLD-2542ca2a49d70134394ce23c2594b26668d3a8b5.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 7a2b2ed..a46c827 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -3217,8 +3217,8 @@ namespace OpenSim.Region.Framework.Scenes
3217 try 3217 try
3218 { 3218 {
3219 m_log.DebugFormat( 3219 m_log.DebugFormat(
3220 "[SCENE]: Removing {0} agent {1} from region {2}", 3220 "[SCENE]: Removing {0} agent {1} {2} from region {2}",
3221 (isChildAgent ? "child" : "root"), agentID, RegionInfo.RegionName); 3221 (isChildAgent ? "child" : "root"), avatar.Name, agentID, RegionInfo.RegionName);
3222 3222
3223 m_sceneGraph.removeUserCount(!isChildAgent); 3223 m_sceneGraph.removeUserCount(!isChildAgent);
3224 3224