summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-06-07 17:49:56 -0400
committerLoren Shih <seraph@lindenlab.com>2010-06-07 17:49:56 -0400
commitbd254e7079ebd85e0e40ab2bf98cabf15be1ce2c (patch)
tree006dd4b6cd1b76d17ad45fb7b4ae356ffde37530 /indra/newview
parent52194cac67d1ca7b96957895447202af7d870091 (diff)
EXT-7628 FIXED Don't cache lower res baked textures
Fixed llinfos debug line to give more useful information.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llagent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index f49b8d24f2..03efcadc98 100644
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -3589,7 +3589,7 @@ void LLAgent::sendAgentSetAppearance()
if (isAgentAvatarValid() && !gAgentAvatarp->isBakedTextureFinal((LLVOAvatarDefines::EBakedTextureIndex)baked_index))
{
generate_valid_hash = FALSE;
- llinfos << "Not caching baked texture upload for " << baked_index << " due to being uploaded at low resolution." << llendl;
+ llinfos << "Not caching baked texture upload for " << (U32)baked_index << " due to being uploaded at low resolution." << llendl;
}
const LLUUID hash = gAgentWearables.computeBakedTextureHash((EBakedTextureIndex) baked_index, generate_valid_hash);