diff options
author | Justin Clark-Casey (justincc) | 2012-09-12 01:57:48 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-09-12 01:58:01 +0100 |
commit | 224efe7b763640fd62ed177968efe61f175e5b8f (patch) | |
tree | df0467eab03e5bf9ee74ec9939195b31201a4aeb /OpenSim/Region | |
parent | Fix indentation and issues where tabs were used instead of spaces in commit 7... (diff) | |
download | opensim-SC_OLD-224efe7b763640fd62ed177968efe61f175e5b8f.zip opensim-SC_OLD-224efe7b763640fd62ed177968efe61f175e5b8f.tar.gz opensim-SC_OLD-224efe7b763640fd62ed177968efe61f175e5b8f.tar.bz2 opensim-SC_OLD-224efe7b763640fd62ed177968efe61f175e5b8f.tar.xz |
minor: Comment out friends notification log spam for now.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs b/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs index 24ec435..11db18a 100644 --- a/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs | |||
@@ -482,9 +482,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends | |||
482 | Util.FireAndForget( | 482 | Util.FireAndForget( |
483 | delegate | 483 | delegate |
484 | { | 484 | { |
485 | m_log.DebugFormat( | 485 | // m_log.DebugFormat( |
486 | "[FRIENDS MODULE]: Notifying {0} friends of {1} of online status {2}", | 486 | // "[FRIENDS MODULE]: Notifying {0} friends of {1} of online status {2}", |
487 | friendList.Count, agentID, online); | 487 | // friendList.Count, agentID, online); |
488 | 488 | ||
489 | // Notify about this user status | 489 | // Notify about this user status |
490 | StatusNotify(friendList, agentID, online); | 490 | StatusNotify(friendList, agentID, online); |