diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-02-17 13:43:28 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-02-17 13:43:28 -0500 |
commit | 4e081c96895cc7b0b176ce7d9289cf8265ea2838 (patch) | |
tree | 5b855114f8274358e9e3bd31d595e94668d9a37b /indra/newview/llvoavatarself.cpp | |
parent | 951f7571e8ca4b37bebe7e70926ca72b8476a3f7 (diff) |
SH-2968 WIP - log avatar name in more places
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-x[-rw-r--r--] | indra/newview/llvoavatarself.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index f1df67494f..7cb254b92b 100644..100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2324,7 +2324,8 @@ void LLVOAvatarSelf::outputRezDiagnostics() const void LLVOAvatarSelf::outputRezTiming(const std::string& msg) const { - LL_DEBUGS("Avatar Rez") + llinfos + << " Avatar '" << getFullname() << "' " << llformat("%s. Time from avatar creation: %.2f", msg.c_str(), mDebugSelfLoadTimer.getElapsedTimeF32()) << llendl; } |