diff options
Diffstat (limited to 'OpenSim/Grid/UserServer')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index e95acac..6d3a081 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -323,6 +323,8 @@ namespace OpenSim.Grid.UserServer | |||
323 | Hashtable TempHash; | 323 | Hashtable TempHash; |
324 | foreach (InventoryFolderBase InvFolder in folders) | 324 | foreach (InventoryFolderBase InvFolder in folders) |
325 | { | 325 | { |
326 | // m_log.DebugFormat("[LOGIN]: Received agent inventory folder {0}", InvFolder.name); | ||
327 | |||
326 | if (InvFolder.parentID == LLUUID.Zero) | 328 | if (InvFolder.parentID == LLUUID.Zero) |
327 | { | 329 | { |
328 | rootID = InvFolder.folderID; | 330 | rootID = InvFolder.folderID; |