minor: also comment out the debug log message which reports searching for child agents in simulator scenes for now.

0.7.5-pf-bulletsim
Justin Clark-Casey (justincc) 2012-12-04 23:07:26 +00:00
parent 0d4047e641
commit 1b5f21f761
1 changed files with 2 additions and 2 deletions

View File

@ -159,8 +159,8 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
// try child avatar second
foreach (Scene scene in m_Scenes)
{
m_log.DebugFormat(
"[INSTANT MESSAGE]: Looking for child of {0} in {1}", toAgentID, scene.RegionInfo.RegionName);
// m_log.DebugFormat(
// "[INSTANT MESSAGE]: Looking for child of {0} in {1}", toAgentID, scene.RegionInfo.RegionName);
ScenePresence sp = scene.GetScenePresence(toAgentID);
if (sp != null)