diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-03 14:58:33 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-03 14:58:33 -0400 |
commit | d1d0a2cf67e3ddd7bd187c63b9ce79e0c19988d6 (patch) | |
tree | 1449d685f2bc4414b67e90924bf4c5bdd3edb832 /indra/newview/llvoavatarself.cpp | |
parent | d7b530008e2de9afac0de87937e4ef490f89c415 (diff) |
SH-4058 - log spam reduction initiative.
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 1e13455f61..d54eb5f040 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2776,7 +2776,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; |