summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2013-04-08 17:11:24 -0400
committerprep <prep@lindenlab.com>2013-04-08 17:11:24 -0400
commita2a25c9ed5de12cfb8a08844682368dc236a1b42 (patch)
treeab3f3eb48cac5fedb091a9fe46cc0eefd64315ce /indra/newview/llvoavatarself.cpp
parent985b7277e824c39275d9a06c6262b6f394b02133 (diff)
parentb4c60f430332674e5dbdb672152e62d252e9a6e1 (diff)
merge
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 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;