Prune some of the excess logging for client logins.

Didn't touch the appearance related stuff.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-01-18 00:25:24 +00:00
parent 523628dca3
commit c544f0d0c5
7 changed files with 12 additions and 12 deletions

View File

@@ -1161,9 +1161,9 @@ namespace OpenSim.Region.Framework.Scenes
friendsModule.SendFriendsOnlineIfNeeded(ControllingClient);
}
m_log.DebugFormat(
"[SCENE PRESENCE]: Completing movement of {0} into region {1} took {2}ms",
client.Name, Scene.RegionInfo.RegionName, (DateTime.Now - startTime).Milliseconds);
// m_log.DebugFormat(
// "[SCENE PRESENCE]: Completing movement of {0} into region {1} took {2}ms",
// client.Name, Scene.RegionInfo.RegionName, (DateTime.Now - startTime).Milliseconds);
}
/// <summary>