diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-10-31 21:13:12 +0200 |
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-10-31 21:13:12 +0200 |
| commit | b371c5a35d5a4324deb21aafe25f48fd4560e29d (patch) | |
| tree | b1e3017eb7f992ddca714f980349db5593070ee7 /indra/newview/llviewertexture.cpp | |
| parent | 915587de4501a82487d3c355c247029f6a157341 (diff) | |
| parent | 197cb2654cb6e7891322c113666e656684e8c6c3 (diff) | |
Merged in lindenlab/viewer-release
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
| -rw-r--r-- | indra/newview/llviewertexture.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp index a81b3aaef9..93562cfab2 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; } } |
