diff options
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Services/LLLoginService/LLLoginResponse.cs')
-rw-r--r-- | OpenSim/Services/LLLoginService/LLLoginResponse.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginResponse.cs b/OpenSim/Services/LLLoginService/LLLoginResponse.cs index e98cc22..2ffcaf7 100644 --- a/OpenSim/Services/LLLoginService/LLLoginResponse.cs +++ b/OpenSim/Services/LLLoginService/LLLoginResponse.cs | |||
@@ -667,7 +667,7 @@ namespace OpenSim.Services.LLLoginService | |||
667 | protected virtual ArrayList GetInventoryLibrary(ILibraryService library) | 667 | protected virtual ArrayList GetInventoryLibrary(ILibraryService library) |
668 | { | 668 | { |
669 | Dictionary<UUID, InventoryFolderImpl> rootFolders = library.GetAllFolders(); | 669 | Dictionary<UUID, InventoryFolderImpl> rootFolders = library.GetAllFolders(); |
670 | m_log.DebugFormat("[LLOGIN]: Library has {0} folders", rootFolders.Count); | 670 | // m_log.DebugFormat("[LLOGIN]: Library has {0} folders", rootFolders.Count); |
671 | //Dictionary<UUID, InventoryFolderImpl> rootFolders = new Dictionary<UUID,InventoryFolderImpl>(); | 671 | //Dictionary<UUID, InventoryFolderImpl> rootFolders = new Dictionary<UUID,InventoryFolderImpl>(); |
672 | ArrayList folderHashes = new ArrayList(); | 672 | ArrayList folderHashes = new ArrayList(); |
673 | 673 | ||