diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index d8939fc..bba746f 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2927,7 +2927,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2927 | // only send update from root agents to other clients; children are only "listening posts" | 2927 | // only send update from root agents to other clients; children are only "listening posts" |
2928 | if (IsChildAgent) | 2928 | if (IsChildAgent) |
2929 | { | 2929 | { |
2930 | m_log.Warn("[SCENE PRESENCE] attempt to send avatar data from a child agent"); | 2930 | m_log.Warn("[SCENE PRESENCE]: Attempt to send avatar data from a child agent"); |
2931 | return; | 2931 | return; |
2932 | } | 2932 | } |
2933 | 2933 | ||
@@ -2984,10 +2984,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
2984 | // only send update from root agents to other clients; children are only "listening posts" | 2984 | // only send update from root agents to other clients; children are only "listening posts" |
2985 | if (IsChildAgent) | 2985 | if (IsChildAgent) |
2986 | { | 2986 | { |
2987 | m_log.Warn("[SCENE PRESENCE] attempt to send avatar data from a child agent"); | 2987 | m_log.Warn("[SCENE PRESENCE]: Attempt to send avatar data from a child agent"); |
2988 | return; | 2988 | return; |
2989 | } | 2989 | } |
2990 | 2990 | ||
2991 | int count = 0; | 2991 | int count = 0; |
2992 | m_scene.ForEachScenePresence(delegate(ScenePresence scenePresence) | 2992 | m_scene.ForEachScenePresence(delegate(ScenePresence scenePresence) |
2993 | { | 2993 | { |