summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-11-01 14:19:00 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-11-01 14:19:00 -0400
commitd4dc41dbd5b54501fcb3c94e07e4753ed4196eac (patch)
tree1e0d19543655af3f11c21c8b29232d36d16f13da /indra/newview/llviewertexture.cpp
parent823b316aa2673635d0263aa59b9bc143d874e402 (diff)
misc error detection, debug coloration for avatar meshes
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rwxr-xr-x[-rw-r--r--]indra/newview/llviewertexture.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index a73ce1d115..37f2fd3520 100644..100755
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -1946,8 +1946,10 @@ void LLViewerFetchedTexture::setIsMissingAsset()
}
else
{
- //it is normal no map tile on an empty region.
- //llwarns << mUrl << ": Marking image as missing" << llendl;
+ // This may or may not be an error - it is normal to have no
+ // map tile on an empty region, but bad if we're failing on a
+ // server bake texture.
+ llwarns << mUrl << ": Marking image as missing" << llendl;
}
if (mHasFetcher)
{