aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-12-04 23:07:26 +0000
committerJustin Clark-Casey (justincc)2012-12-04 23:07:26 +0000
commit1b5f21f761ae12be34d80a41d23c5b97cc10f4a9 (patch)
treeb3674658cf406275c05ea972703738f81bd799a8 /OpenSim/Region/CoreModules/Avatar
parentminor: Comment out "Delivering IM to..." messages for now. (diff)
downloadopensim-SC_OLD-1b5f21f761ae12be34d80a41d23c5b97cc10f4a9.zip
opensim-SC_OLD-1b5f21f761ae12be34d80a41d23c5b97cc10f4a9.tar.gz
opensim-SC_OLD-1b5f21f761ae12be34d80a41d23c5b97cc10f4a9.tar.bz2
opensim-SC_OLD-1b5f21f761ae12be34d80a41d23c5b97cc10f4a9.tar.xz
minor: also comment out the debug log message which reports searching for child agents in simulator scenes for now.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs b/OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs
index a169748..fa935cd 100644
--- a/OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs
@@ -159,8 +159,8 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
159 // try child avatar second 159 // try child avatar second
160 foreach (Scene scene in m_Scenes) 160 foreach (Scene scene in m_Scenes)
161 { 161 {
162 m_log.DebugFormat( 162// m_log.DebugFormat(
163 "[INSTANT MESSAGE]: Looking for child of {0} in {1}", toAgentID, scene.RegionInfo.RegionName); 163// "[INSTANT MESSAGE]: Looking for child of {0} in {1}", toAgentID, scene.RegionInfo.RegionName);
164 164
165 ScenePresence sp = scene.GetScenePresence(toAgentID); 165 ScenePresence sp = scene.GetScenePresence(toAgentID);
166 if (sp != null) 166 if (sp != null)