diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoavatar.cpp b/linden/indra/newview/llvoavatar.cpp index 868a6f8..2a1462f 100644 --- a/linden/indra/newview/llvoavatar.cpp +++ b/linden/indra/newview/llvoavatar.cpp | |||
@@ -8579,7 +8579,7 @@ void LLVOAvatar::onBakedTextureMasksLoaded( BOOL success, LLViewerImage *src_vi, | |||
8579 | { | 8579 | { |
8580 | if (!aux_src->getData()) | 8580 | if (!aux_src->getData()) |
8581 | { | 8581 | { |
8582 | llerrs << "No auxiliary source data for onBakedTextureMasksLoaded" << llendl; | 8582 | llwarns << "No auxiliary source data for onBakedTextureMasksLoaded" << llendl; |
8583 | return; | 8583 | return; |
8584 | } | 8584 | } |
8585 | 8585 | ||