diff options
author | Oz Linden <oz@lindenlab.com> | 2015-05-21 10:21:59 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-05-21 10:21:59 -0400 |
commit | 96d16928600dbf3666221a19575af9330840cfd5 (patch) | |
tree | 1e4905457e3816562f2383febda314f356e5f2ac | |
parent | c8d98358a6291282510cd1be014017c63d547375 (diff) |
log macro typo
-rwxr-xr-x | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 945ba3993a..6aae95967a 100755 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -11307,7 +11307,7 @@ void LLPipeline::generateImpostor(LLVOAvatar* avatar) LL_WARNS_ONCE("AvatarRenderPipeline") << "Avatar is " << (avatar ? "not drawable" : "null") << LL_ENDL; return; } - LL_DEBUG_ONCE("AvatarRenderPipeline") << "Avatar " << avatar->getID() << " is drawable" << LL_ENDL; + LL_DEBUGS_ONCE("AvatarRenderPipeline") << "Avatar " << avatar->getID() << " is drawable" << LL_ENDL; assertInitialized(); |