diff options
author | callum <none@none> | 2011-01-28 11:20:36 -0800 |
---|---|---|
committer | callum <none@none> | 2011-01-28 11:20:36 -0800 |
commit | b46281211a8f8774f307980216142805ea8b0a3b (patch) | |
tree | 21a7b416af038813cd393af8ab9e3a80475b72ed /indra/newview/llappviewer.cpp | |
parent | ac7d7fea8288b1d6f5dec65f9dee5053d097fff5 (diff) | |
parent | 7b7e9b0d0bd9c35acb346ae359f9a08a48b248a2 (diff) |
Merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 3a98c23e05..e92042bcd4 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3734,6 +3734,7 @@ void LLAppViewer::loadNameCache() // display names cache std::string filename = gDirUtilp->getExpandedFilename(LL_PATH_CACHE, "avatar_name_cache.xml"); + LL_INFOS("AvNameCache") << filename << LL_ENDL; llifstream name_cache_stream(filename); if(name_cache_stream.is_open()) { |