Suppress error prevalent on OSGrid

This commit is contained in:
Siana Gearz
2012-07-13 13:44:46 +02:00
parent 75f067d5c9
commit d99de40b2b

View File

@@ -8504,7 +8504,7 @@ void LLVOAvatar::onBakedTextureMasksLoaded( BOOL success, LLViewerFetchedTexture
{ {
if (!aux_src->getData()) if (!aux_src->getData())
{ {
llerrs << "No auxiliary source data for onBakedTextureMasksLoaded" << llendl; llwarns << "No auxiliary source data for onBakedTextureMasksLoaded" << llendl;
return; return;
} }