diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-23 16:00:12 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-23 16:00:12 -0400 |
commit | 063a7a531a66ad1d83e644217a9488682d94b231 (patch) | |
tree | a8a20f5a3831172ad6797384620862b06e397cbc /indra/newview/llappviewer.cpp | |
parent | 6aa3b75224f68fffc640253ced8bf5c162acdf2d (diff) |
Improved default animations - work in progress
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 2f9bbb1407..b78d968e0e 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3243,11 +3243,11 @@ bool LLAppViewer::initCache() { LLVFile::initClass(); - //llinfos << "Static VFS listing" << llendl; - //gStaticVFS->listFiles(); + llinfos << "======= Static VFS listing ========" << llendl; + gStaticVFS->listFiles(); - //llinfos << "regular VFS listing" << llendl; - //gVFS->listFiles(); + llinfos << "========= regular VFS listing =====" << llendl; + gVFS->listFiles(); return true; } |