minor: temporarily comment out the local status notify friends messages seen on login/logout, since it's a bit noisy on the console.

Please uncomment if/when this is still needed.
bulletsim
Justin Clark-Casey (justincc) 2011-06-27 23:12:54 +01:00
parent 698cd0b3c2
commit 36e2054760
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
public bool LocalStatusNotification(UUID userID, UUID friendID, bool online)
{
m_log.DebugFormat("[FRIENDS]: Local Status Notify {0} that user {1} is {2}", friendID, userID, online);
// m_log.DebugFormat("[FRIENDS]: Local Status Notify {0} that user {1} is {2}", friendID, userID, online);
IClientAPI friendClient = LocateClientObject(friendID);
if (friendClient != null)
{