diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-19 10:13:49 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-19 10:13:49 -0400 |
commit | c5e338f240422cc10d0e90c514a427c9ec4a1bd3 (patch) | |
tree | 12a8c3b8a56e4c7132b6a2cf8a222a6d1fbbc2ec /indra/newview/llappviewer.cpp | |
parent | 35168862f5ecc06166fbd1a9bcd601ae2abbf75b (diff) | |
parent | 695e4bc17126baa282c7f27e8ac9ef1c3323fa77 (diff) |
merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 78163adf47..c23ccfa4fb 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3242,6 +3242,13 @@ bool LLAppViewer::initCache() else { LLVFile::initClass(); + + llinfos << "Static VFS listing" << llendl; + gStaticVFS->listFiles(); + + llinfos << "regular VFS listing" << llendl; + gVFS->listFiles(); + return true; } } |