diff options
author | prep <prep@lindenlab.com> | 2013-04-08 17:11:24 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-04-08 17:11:24 -0400 |
commit | a2a25c9ed5de12cfb8a08844682368dc236a1b42 (patch) | |
tree | ab3f3eb48cac5fedb091a9fe46cc0eefd64315ce /indra/newview/llvoavatarself.cpp | |
parent | 985b7277e824c39275d9a06c6262b6f394b02133 (diff) | |
parent | b4c60f430332674e5dbdb672152e62d252e9a6e1 (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; |