diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-11-06 18:18:27 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-11-06 18:18:27 -0500 |
commit | c3b00d4063fe4f85ec293b98750735b94776c4fe (patch) | |
tree | d49e13d60af8bf9b346536623ccae7bee3602eea /indra/newview/llviewertexture.cpp | |
parent | 85e03582b21aef8a74613d14d5dcde63cf476cdb (diff) | |
parent | ee2bc008ea8f04ffd1271787382a2b756e6293aa (diff) |
merge
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rwxr-xr-x[-rw-r--r--] | indra/newview/llviewertexture.cpp | 6 |
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) { |