diff options
author | Melanie | 2011-06-20 03:20:32 +0200 |
---|---|---|
committer | Melanie | 2011-06-20 03:20:32 +0200 |
commit | 1b7fec0842a91705f053cbded365f6172b09d554 (patch) | |
tree | 2a91dd8fe4a62c5e6b68e3627b397c6bd19d30c9 /OpenSim/Region/CoreModules/Avatar | |
parent | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... (diff) | |
download | opensim-SC_OLD-1b7fec0842a91705f053cbded365f6172b09d554.zip opensim-SC_OLD-1b7fec0842a91705f053cbded365f6172b09d554.tar.gz opensim-SC_OLD-1b7fec0842a91705f053cbded365f6172b09d554.tar.bz2 opensim-SC_OLD-1b7fec0842a91705f053cbded365f6172b09d554.tar.xz |
Remove friends debug spam
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs b/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs index c8167c5..4350cde 100644 --- a/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs | |||
@@ -843,7 +843,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends | |||
843 | 843 | ||
844 | public bool LocalStatusNotification(UUID userID, UUID friendID, bool online) | 844 | public bool LocalStatusNotification(UUID userID, UUID friendID, bool online) |
845 | { | 845 | { |
846 | m_log.DebugFormat("[FRIENDS]: Local Status Notify {0} that user {1} is {2}", friendID, userID, online); | 846 | //m_log.DebugFormat("[FRIENDS]: Local Status Notify {0} that user {1} is {2}", friendID, userID, online); |
847 | IClientAPI friendClient = LocateClientObject(friendID); | 847 | IClientAPI friendClient = LocateClientObject(friendID); |
848 | if (friendClient != null) | 848 | if (friendClient != null) |
849 | { | 849 | { |