summaryrefslogtreecommitdiff
path: root/indra/newview/llhudtext.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-03-16 16:11:37 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-03-16 18:11:44 +0200
commit3e9a13dc07ae0eeb5f5f0fc06dde660f9f851283 (patch)
treeda8720a23bca826d4b5a8dd8286e91b25c1a9476 /indra/newview/llhudtext.cpp
parentc58c308d2163db1040acabe5a85c3853ef4edb44 (diff)
SL-17008 Viewer spams 'mSourceObject is NULL' warning
Diffstat (limited to 'indra/newview/llhudtext.cpp')
-rw-r--r--indra/newview/llhudtext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudtext.cpp b/indra/newview/llhudtext.cpp
index 598a8d4c05..71fdc860d1 100644
--- a/indra/newview/llhudtext.cpp
+++ b/indra/newview/llhudtext.cpp
@@ -333,7 +333,7 @@ void LLHUDText::updateVisibility()
if (!mSourceObject)
{
- LL_WARNS() << "HUD text: mSourceObject is NULL, mOnHUDAttachment: " << mOnHUDAttachment << LL_ENDL;
+ // Beacons
mVisible = TRUE;
if (mOnHUDAttachment)
{