aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService/LLLoginResponse.cs
diff options
context:
space:
mode:
authorMelanie2011-01-18 01:28:50 +0000
committerMelanie2011-01-18 01:28:50 +0000
commit6306578fcf812bfdb27cb00b6c3fc2886e247b87 (patch)
tree19f379c3507a1714af5d7bb223dda1f6b0a8dddb /OpenSim/Services/LLLoginService/LLLoginResponse.cs
parentMerge branch 'master' into careminster-presence-refactor (diff)
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-6306578fcf812bfdb27cb00b6c3fc2886e247b87.zip
opensim-SC_OLD-6306578fcf812bfdb27cb00b6c3fc2886e247b87.tar.gz
opensim-SC_OLD-6306578fcf812bfdb27cb00b6c3fc2886e247b87.tar.bz2
opensim-SC_OLD-6306578fcf812bfdb27cb00b6c3fc2886e247b87.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Services/LLLoginService/LLLoginResponse.cs')
-rw-r--r--OpenSim/Services/LLLoginService/LLLoginResponse.cs2
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