diff options
author | Justin Clarke Casey | 2009-01-06 21:39:55 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-06 21:39:55 +0000 |
commit | a31792ee5cb1ce619f21f5b428926c4709c3f14b (patch) | |
tree | f82a09b918c277741c97fdf4dca85fe1bd8463ac /OpenSim/Framework/Communications/Cache | |
parent | * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term... (diff) | |
download | opensim-SC_OLD-a31792ee5cb1ce619f21f5b428926c4709c3f14b.zip opensim-SC_OLD-a31792ee5cb1ce619f21f5b428926c4709c3f14b.tar.gz opensim-SC_OLD-a31792ee5cb1ce619f21f5b428926c4709c3f14b.tar.bz2 opensim-SC_OLD-a31792ee5cb1ce619f21f5b428926c4709c3f14b.tar.xz |
* prune and regrade log messages relating to client login and logout
Diffstat (limited to 'OpenSim/Framework/Communications/Cache')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs index 0cbb717..22aab10 100644 --- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs +++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | |||
@@ -80,7 +80,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
80 | if (userID == UUID.Zero) | 80 | if (userID == UUID.Zero) |
81 | return; | 81 | return; |
82 | 82 | ||
83 | m_log.DebugFormat("[USER CACHE]: Adding user profile for {0}", userID); | 83 | //m_log.DebugFormat("[USER CACHE]: Adding user profile for {0}", userID); |
84 | GetUserDetails(userID); | 84 | GetUserDetails(userID); |
85 | } | 85 | } |
86 | 86 | ||
@@ -95,7 +95,6 @@ namespace OpenSim.Framework.Communications.Cache | |||
95 | { | 95 | { |
96 | if (m_userProfiles.ContainsKey(userId)) | 96 | if (m_userProfiles.ContainsKey(userId)) |
97 | { | 97 | { |
98 | m_log.DebugFormat("[USER CACHE]: Removing user {0}", userId); | ||
99 | m_userProfiles.Remove(userId); | 98 | m_userProfiles.Remove(userId); |
100 | return true; | 99 | return true; |
101 | } | 100 | } |