summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorDessie Linden <dessie@lindenlab.com>2011-01-19 12:06:25 -0800
committerDessie Linden <dessie@lindenlab.com>2011-01-19 12:06:25 -0800
commit120e64387cc8275de68aca990d186540f5468c89 (patch)
treed4df26e5c9ad7d75ab4fc7cf5fb725b24e299837 /indra/newview/llappviewer.cpp
parent224a63edbe04ec7662cc7351d882cfbcb36884a0 (diff)
parent6b7a7081c31607bada575dd2f0a226bc5d721fc2 (diff)
Removed accidental changeset id tag
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp1
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())
{