summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.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/llvoavatarself.cpp
parentb98b4ee16827f0ae5370b301f1b6c3f50842ed0d (diff)
SH-3044 - tag avatar log messages LL_INFOS(Avatar)
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-xindra/newview/llvoavatarself.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index 4ff6db9b63..6a21826fd7 100755
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -2142,7 +2142,7 @@ void LLVOAvatarSelf::sendAppearanceChangeMetrics()
LLSD msg = metricsData();
msg["message"] = "ViewerAppearanceChangeMetrics";
- llinfos << avString() << "message: " << ll_pretty_print_sd(msg) << llendl;
+ LL_INFOS("Avatar") << avString() << "message: " << ll_pretty_print_sd(msg) << LL_ENDL;
std::string caps_url;
if (getRegion())
{
@@ -2442,10 +2442,10 @@ void LLVOAvatarSelf::outputRezDiagnostics() const
void LLVOAvatarSelf::outputRezTiming(const std::string& msg) const
{
- llinfos
+ LL_INFOS("Avatar")
<< avString()
<< llformat("%s. Time from avatar creation: %.2f", msg.c_str(), mDebugSelfLoadTimer.getElapsedTimeF32())
- << llendl;
+ << LL_ENDL;
}
void LLVOAvatarSelf::reportAvatarRezTime() const