summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2015-05-21 10:21:59 -0400
committerOz Linden <oz@lindenlab.com>2015-05-21 10:21:59 -0400
commit96d16928600dbf3666221a19575af9330840cfd5 (patch)
tree1e4905457e3816562f2383febda314f356e5f2ac /indra/newview
parentc8d98358a6291282510cd1be014017c63d547375 (diff)
log macro typo
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/pipeline.cpp2
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();