summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-20 14:11:56 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-20 14:11:56 +0100
commit919229573c1c04fda9d1bea01de42a81c91446d1 (patch)
tree5626fedae800a3672a845d6d1c7eaa69513e0560 /indra/newview/llappviewer.cpp
parenteffb2877cb339131e0b0fc544bc47877a254e364 (diff)
parent5952fbca316ba1d1e4243bf5ebd6dc647e4957f4 (diff)
merge from viewer-trunk
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 21c07b97c5..51af6b50b4 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -3257,6 +3257,13 @@ bool LLAppViewer::initCache()
else
{
LLVFile::initClass();
+
+ //llinfos << "Static VFS listing" << llendl;
+ //gStaticVFS->listFiles();
+
+ //llinfos << "regular VFS listing" << llendl;
+ //gVFS->listFiles();
+
return true;
}
}