summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexturelist.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-02-14 17:52:50 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-02-14 17:52:50 -0500
commit852211e2c154763d9d86cc30b07c9f319e25df95 (patch)
tree2722a8ddb96ad9b73187dacf7688d6131aa9e446 /indra/newview/llviewertexturelist.cpp
parent97fd1cc7d75a065ea7f852820e32fcad91201281 (diff)
tweaked and added some log messages, including more detail when an image is flagged as missing
Diffstat (limited to 'indra/newview/llviewertexturelist.cpp')
-rwxr-xr-xindra/newview/llviewertexturelist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp
index 6e7f6c9b32..beadef34ba 100755
--- a/indra/newview/llviewertexturelist.cpp
+++ b/indra/newview/llviewertexturelist.cpp
@@ -1491,6 +1491,7 @@ void LLViewerTextureList::processImageNotInDatabase(LLMessageSystem *msg,void **
LLViewerFetchedTexture* image = gTextureList.findImage( image_id );
if( image )
{
+ llwarns << "not in db" << llendl;
image->setIsMissingAsset();
}
}