diff options
author | Justin Clarke Casey | 2009-05-04 19:15:44 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-05-04 19:15:44 +0000 |
commit | b3178c8079a4f8c0fe57af2fc9040d0667298ef0 (patch) | |
tree | 1a4137f014c70f6f25b7a2ffcd11927966b3a9f3 /OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs | |
parent | * Initial infrastructure for ospa only uuid hashing of retrieved inventory items (diff) | |
download | opensim-SC-b3178c8079a4f8c0fe57af2fc9040d0667298ef0.zip opensim-SC-b3178c8079a4f8c0fe57af2fc9040d0667298ef0.tar.gz opensim-SC-b3178c8079a4f8c0fe57af2fc9040d0667298ef0.tar.bz2 opensim-SC-b3178c8079a4f8c0fe57af2fc9040d0667298ef0.tar.xz |
* Resolve http://opensimulator.org/mantis/view.php?id=3573
* Override add user for HG user services to hit local services if present
Diffstat (limited to 'OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs')
-rw-r--r-- | OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs b/OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs index ba14790..2e355cd 100644 --- a/OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs +++ b/OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs | |||
@@ -39,7 +39,7 @@ namespace OpenSim.Framework.Communications | |||
39 | /// </summary> | 39 | /// </summary> |
40 | public class TemporaryUserProfilePlugin : IUserDataPlugin | 40 | public class TemporaryUserProfilePlugin : IUserDataPlugin |
41 | { | 41 | { |
42 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 42 | //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
43 | 43 | ||
44 | protected Dictionary<UUID, UserProfileData> m_profiles = new Dictionary<UUID, UserProfileData>(); | 44 | protected Dictionary<UUID, UserProfileData> m_profiles = new Dictionary<UUID, UserProfileData>(); |
45 | 45 | ||
@@ -51,7 +51,7 @@ namespace OpenSim.Framework.Communications | |||
51 | 51 | ||
52 | public UserProfileData GetUserByUUID(UUID user) | 52 | public UserProfileData GetUserByUUID(UUID user) |
53 | { | 53 | { |
54 | m_log.DebugFormat("[TEMP USER PROFILE]: Received request for {0}", user); | 54 | //m_log.DebugFormat("[TEMP USER PROFILE]: Received request for {0}", user); |
55 | 55 | ||
56 | lock (m_profiles) | 56 | lock (m_profiles) |
57 | { | 57 | { |