aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 52ea8fe..091e9e8 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -898,7 +898,7 @@ namespace OpenSim.Region.Framework.Scenes
898 /// This method is on the critical path for transferring an avatar from one region to another. Delay here 898 /// This method is on the critical path for transferring an avatar from one region to another. Delay here
899 /// delays that crossing. 899 /// delays that crossing.
900 /// </summary> 900 /// </summary>
901 public void MakeRootAgent(Vector3 pos, bool isFlying) 901 private void MakeRootAgent(Vector3 pos, bool isFlying)
902 { 902 {
903 m_log.InfoFormat( 903 m_log.InfoFormat(
904 "[SCENE]: Upgrading child to root agent for {0} in {1}", 904 "[SCENE]: Upgrading child to root agent for {0} in {1}",