summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2019-10-16 22:24:03 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2019-10-16 22:24:03 +0100
commitc7747d2a1bba6ac62e9b540a283ae2c9f4bfd221 (patch)
tree8c6b6b564b80a0f2b0ad774f64f9fc9a1c50b7d5 /indra/newview/llviewertexture.cpp
parentcc3cf17e5e335b6e78d86755e015161ab92c50db (diff)
parent33821bd599d1d9171cc93c38a2bc6c4ab6772c9a (diff)
merge
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r--indra/newview/llviewertexture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index af18c8ea03..99dec098a0 100644
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -3680,9 +3680,9 @@ void LLViewerMediaTexture::removeFace(U32 ch, LLFace* facep)
}
}
- if(te && te->getID().notNull()) //should have a texture
+ if(te && te->getID().notNull()) //should have a texture but none found
{
- LL_ERRS() << "mTextureList texture reference number is corrupted." << LL_ENDL;
+ LL_ERRS() << "mTextureList texture reference number is corrupted. Texture id: " << te->getID() << " List size: " << (U32)mTextureList.size() << LL_ENDL;
}
}