diff options
author | Diva Canto | 2013-07-06 18:16:27 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-06 18:16:27 -0700 |
commit | 71e26555bd67b8636cf71f71951cfc2aad68a2ee (patch) | |
tree | e63f3c5db63721a5da23c4633237bf0380b0ccaf | |
parent | Some more fixes on strange behaviors of Unknown User, esp. related to large m... (diff) | |
download | opensim-SC_OLD-71e26555bd67b8636cf71f71951cfc2aad68a2ee.zip opensim-SC_OLD-71e26555bd67b8636cf71f71951cfc2aad68a2ee.tar.gz opensim-SC_OLD-71e26555bd67b8636cf71f71951cfc2aad68a2ee.tar.bz2 opensim-SC_OLD-71e26555bd67b8636cf71f71951cfc2aad68a2ee.tar.xz |
Revert "WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMIT"
This reverts commit 9b75d757241e87408c50b1f92996bf667960c348.
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs b/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs index 74608b3..524d159 100644 --- a/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs +++ b/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs | |||
@@ -520,8 +520,6 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement | |||
520 | lock (m_UserCache) | 520 | lock (m_UserCache) |
521 | m_UserCache.Remove(id); | 521 | m_UserCache.Remove(id); |
522 | m_log.DebugFormat("[USER MANAGEMENT MODULE]: Re-adding user with id {0}, creatorData [{1}] and old HomeURL {2}", id, creatorData, oldUser.HomeURL); | 522 | m_log.DebugFormat("[USER MANAGEMENT MODULE]: Re-adding user with id {0}, creatorData [{1}] and old HomeURL {2}", id, creatorData, oldUser.HomeURL); |
523 | Util.PrintCallStack(); | ||
524 | |||
525 | } | 523 | } |
526 | else | 524 | else |
527 | { | 525 | { |
@@ -556,7 +554,7 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement | |||
556 | } | 554 | } |
557 | catch (UriFormatException) | 555 | catch (UriFormatException) |
558 | { | 556 | { |
559 | m_log.DebugFormat("[SCENE]: Unable to parse Uri {0} from {1}", parts[0], creatorData); | 557 | m_log.DebugFormat("[SCENE]: Unable to parse Uri {0}", parts[0]); |
560 | user.LastName = "@unknown"; | 558 | user.LastName = "@unknown"; |
561 | } | 559 | } |
562 | } | 560 | } |