summaryrefslogtreecommitdiff
path: root/indra/newview/llhudeffect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llhudeffect.cpp')
-rwxr-xr-xindra/newview/llhudeffect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudeffect.cpp b/indra/newview/llhudeffect.cpp
index 159ec6c803..eff5587610 100755
--- a/indra/newview/llhudeffect.cpp
+++ b/indra/newview/llhudeffect.cpp
@@ -71,7 +71,7 @@ void LLHUDEffect::unpackData(LLMessageSystem *mesgsys, S32 blocknum)
void LLHUDEffect::render()
{
- llerrs << "Never call this!" << llendl;
+ LL_ERRS() << "Never call this!" << LL_ENDL;
}
void LLHUDEffect::setID(const LLUUID &id)