diff options
Diffstat (limited to 'linden/indra/newview/llhudeffect.cpp')
-rw-r--r-- | linden/indra/newview/llhudeffect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llhudeffect.cpp b/linden/indra/newview/llhudeffect.cpp index c1d46f9..20bbb32 100644 --- a/linden/indra/newview/llhudeffect.cpp +++ b/linden/indra/newview/llhudeffect.cpp | |||
@@ -78,7 +78,7 @@ void LLHUDEffect::unpackData(LLMessageSystem *mesgsys, S32 blocknum) | |||
78 | 78 | ||
79 | void LLHUDEffect::render() | 79 | void LLHUDEffect::render() |
80 | { | 80 | { |
81 | llerrs << "Never call this!" << llendl; | 81 | llwarns << "Never call this!" << llendl; // Then why the &*^&*^ is it here? |
82 | } | 82 | } |
83 | 83 | ||
84 | void LLHUDEffect::setID(const LLUUID &id) | 84 | void LLHUDEffect::setID(const LLUUID &id) |