aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-09-17 00:54:53 +0100
committerJustin Clark-Casey (justincc)2013-09-20 21:39:26 +0100
commitccf52d3d9de79976afa593340d29cd7afa1ec1a1 (patch)
tree717d500e59d24c372e14a8f19ee6b359172d87b8 /OpenSim/Region/CoreModules
parentFix issue in recent 3f0fa9f7 where the code start adding unknown user cache e... (diff)
downloadopensim-SC_OLD-ccf52d3d9de79976afa593340d29cd7afa1ec1a1.zip
opensim-SC_OLD-ccf52d3d9de79976afa593340d29cd7afa1ec1a1.tar.gz
opensim-SC_OLD-ccf52d3d9de79976afa593340d29cd7afa1ec1a1.tar.bz2
opensim-SC_OLD-ccf52d3d9de79976afa593340d29cd7afa1ec1a1.tar.xz
Comment out warning about no grid user found in UMM.TryGetUserNamesFromServices() for now
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r--OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs b/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs
index 63f78ac..80b6ac1 100644
--- a/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs
@@ -388,10 +388,10 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
388 else 388 else
389 m_log.DebugFormat("[USER MANAGEMENT MODULE]: Unable to parse UUI {0}", uInfo.UserID); 389 m_log.DebugFormat("[USER MANAGEMENT MODULE]: Unable to parse UUI {0}", uInfo.UserID);
390 } 390 }
391 else 391// else
392 { 392// {
393 m_log.DebugFormat("[USER MANAGEMENT MODULE]: No grid user found for {0}", uuid); 393// m_log.DebugFormat("[USER MANAGEMENT MODULE]: No grid user found for {0}", uuid);
394 } 394// }
395 395
396 names[0] = "Unknown"; 396 names[0] = "Unknown";
397 names[1] = "UserUMMTGUN9"; 397 names[1] = "UserUMMTGUN9";