minor: Comment out friends notification log spam for now.

0.7.3-extended
Justin Clark-Casey (justincc) 2012-09-12 01:57:48 +01:00
parent 53839ac779
commit 97b1b309ce
1 changed files with 3 additions and 3 deletions

View File

@ -482,9 +482,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
Util.FireAndForget(
delegate
{
m_log.DebugFormat(
"[FRIENDS MODULE]: Notifying {0} friends of {1} of online status {2}",
friendList.Count, agentID, online);
// m_log.DebugFormat(
// "[FRIENDS MODULE]: Notifying {0} friends of {1} of online status {2}",
// friendList.Count, agentID, online);
// Notify about this user status
StatusNotify(friendList, agentID, online);