diff options
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index f7f7cb599e..82b6f1286f 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3196,10 +3196,10 @@ bool LLAppViewer::initCache() { LLVFile::initClass(); - //llinfos << "Static VFS listing" << llendl; + //llinfos << "======= Static VFS listing ========" << llendl; //gStaticVFS->listFiles(); - //llinfos << "regular VFS listing" << llendl; + //llinfos << "========= regular VFS listing =====" << llendl; //gVFS->listFiles(); return true; |