summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-16 10:31:15 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-16 10:31:15 -0400
commit3f4bca6887116a236757ffef82e5ff70e10aabdc (patch)
tree127a30dd0215e6c71170cbc5baca6d8dda75548f /indra/newview/llagentwearables.cpp
parentb98b4ee16827f0ae5370b301f1b6c3f50842ed0d (diff)
SH-3044 - tag avatar log messages LL_INFOS(Avatar)
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r--[-rwxr-xr-x]indra/newview/llagentwearables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index bb6b98096b..e1176fed3a 100755..100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -1633,7 +1633,7 @@ void LLAgentWearables::queryWearableCache()
gAgentAvatarp->outputRezTiming("Fetching textures from cache");
}
- llinfos << gAgentAvatarp->avString() << "Requesting texture cache entry for " << num_queries << " baked textures" << llendl;
+ LL_INFOS("Avatar") << gAgentAvatarp->avString() << "Requesting texture cache entry for " << num_queries << " baked textures" << LL_ENDL;
gMessageSystem->sendReliable(gAgent.getRegion()->getHost());
gAgentQueryManager.mNumPendingQueries++;
gAgentQueryManager.mWearablesCacheQueryID++;