aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-20 19:39:24 +0000
committerJustin Clarke Casey2008-04-20 19:39:24 +0000
commit8b177bf4a832d25b2b1324a1d2a5e6d3681c8030 (patch)
treec84a396734a29d58456f074e0b8f7bff01515b66 /OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs
parent* Change user inventory create from explicit 'create user' command on the con... (diff)
downloadopensim-SC_OLD-8b177bf4a832d25b2b1324a1d2a5e6d3681c8030.zip
opensim-SC_OLD-8b177bf4a832d25b2b1324a1d2a5e6d3681c8030.tar.gz
opensim-SC_OLD-8b177bf4a832d25b2b1324a1d2a5e6d3681c8030.tar.bz2
opensim-SC_OLD-8b177bf4a832d25b2b1324a1d2a5e6d3681c8030.tar.xz
* Tweak inventory login failure message to point to the region owner as first point of call rather than the grid owner
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs
index f746e8b..a9e2780 100644
--- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs
+++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs
@@ -40,7 +40,8 @@ namespace OpenSim.Framework.Communications.Cache
40 /// </summary> 40 /// </summary>
41 public class UserProfileCacheService 41 public class UserProfileCacheService
42 { 42 {
43 private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); 43 private static readonly log4net.ILog m_log
44 = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
44 45
45 /// <summary> 46 /// <summary>
46 /// The comms manager holds references to services (user, grid, inventory, etc.) 47 /// The comms manager holds references to services (user, grid, inventory, etc.)