diff options
author | Nyx Linden <nyx@lindenlab.com> | 2013-04-05 15:24:22 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2013-04-05 15:24:22 -0400 |
commit | 3e53ade13e7c9e70ba67a1e845696712081f7651 (patch) | |
tree | c77ef8c210581c3b3852aeba205e8a5666c803a9 /indra/newview/llvoavatarself.cpp | |
parent | 323a2f2235a52383bcfbae79bdce9e61ca808d2a (diff) | |
parent | 37303b9a2b58e3f66d246a0f4d2e6072eabcba86 (diff) |
merge
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-x | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 0404884245..f89a72bc56 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2773,7 +2773,7 @@ void LLVOAvatarSelf::outputRezDiagnostics() const void LLVOAvatarSelf::outputRezTiming(const std::string& msg) const { - LL_INFOS("Avatar") + LL_DEBUGS("Avatar") << avString() << llformat("%s. Time from avatar creation: %.2f", msg.c_str(), mDebugSelfLoadTimer.getElapsedTimeF32()) << LL_ENDL; |