diff options
author | Oz Linden <oz@lindenlab.com> | 2011-01-16 21:41:08 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-01-16 21:41:08 -0500 |
commit | e1066784220adb9a2e731001e72c444582fc997f (patch) | |
tree | 5cbe8d83009cfcd6f375fc9e38075b4cc7dcba4a /indra/newview/llappviewer.cpp | |
parent | c5d8624ba4fb303ad534a0bb9258c89cafe77303 (diff) |
DN-202: Make avatar name caching more aggressive and error handling more uniform
Add logging (mostly at DEBUG level)
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()) { |