diff options
author | Justin Clark-Casey (justincc) | 2012-12-04 23:07:26 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-12-04 23:07:26 +0000 |
commit | 1b5f21f761ae12be34d80a41d23c5b97cc10f4a9 (patch) | |
tree | b3674658cf406275c05ea972703738f81bd799a8 /OpenSim | |
parent | minor: Comment out "Delivering IM to..." messages for now. (diff) | |
download | opensim-SC-1b5f21f761ae12be34d80a41d23c5b97cc10f4a9.zip opensim-SC-1b5f21f761ae12be34d80a41d23c5b97cc10f4a9.tar.gz opensim-SC-1b5f21f761ae12be34d80a41d23c5b97cc10f4a9.tar.bz2 opensim-SC-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')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs | 4 |
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) |