diff options
author | sacha | 2010-08-14 08:59:57 +0000 |
---|---|---|
committer | sacha | 2010-08-14 08:59:57 +0000 |
commit | 042eb80a62c4a4d74e00a59b6aeed679e35d519e (patch) | |
tree | c81c9cbf4d47baf75dff6f9c4b00d33212d8087d /OpenSim/Region/CoreModules/ServiceConnectorsOut | |
parent | Add ini.example section for the MOTD module. (diff) | |
download | opensim-SC_OLD-042eb80a62c4a4d74e00a59b6aeed679e35d519e.zip opensim-SC_OLD-042eb80a62c4a4d74e00a59b6aeed679e35d519e.tar.gz opensim-SC_OLD-042eb80a62c4a4d74e00a59b6aeed679e35d519e.tar.bz2 opensim-SC_OLD-042eb80a62c4a4d74e00a59b6aeed679e35d519e.tar.xz |
clearing some debugmessages
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsOut')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/UserAccountCache.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/UserAccountCache.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/UserAccountCache.cs index e1bc243..fb2edb9 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/UserAccountCache.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/UserAccountCache.cs | |||
@@ -55,7 +55,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.UserAccounts | |||
55 | if (account != null) | 55 | if (account != null) |
56 | m_NameCache.AddOrUpdate(account.Name, account.PrincipalID, DateTime.Now + TimeSpan.FromMinutes(2.0d)); | 56 | m_NameCache.AddOrUpdate(account.Name, account.PrincipalID, DateTime.Now + TimeSpan.FromMinutes(2.0d)); |
57 | 57 | ||
58 | m_log.DebugFormat("[USER CACHE]: cached user {0}", userID); | 58 | // m_log.DebugFormat("[USER CACHE]: cached user {0}", userID); |
59 | } | 59 | } |
60 | 60 | ||
61 | public UserAccount Get(UUID userID, out bool inCache) | 61 | public UserAccount Get(UUID userID, out bool inCache) |