summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-02-29 13:09:28 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-02-29 13:09:28 -0500
commit07545e99fcb70c8bce34fc7a8c5a84c40f39174a (patch)
tree498b38fc9ebe87d1f29886d70995ca2b09e94190 /indra/newview/llvoavatarself.cpp
parent2959bcd3de68d6a71f0f09cfa8b95d6fb8c9cdab (diff)
SH-2689 FIX - a bit more logging and related cleanup. Somewhat arbitrarily calling this done, although tweaks will be ongoing
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-xindra/newview/llvoavatarself.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index fcdb4e3c63..e0af6c3995 100755
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -2339,7 +2339,7 @@ void LLVOAvatarSelf::outputRezDiagnostics() const
void LLVOAvatarSelf::outputRezTiming(const std::string& msg) const
{
llinfos
- << " Avatar '" << getFullname() << "' "
+ << avString()
<< llformat("%s. Time from avatar creation: %.2f", msg.c_str(), mDebugSelfLoadTimer.getElapsedTimeF32())
<< llendl;
}