diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-06-07 17:49:56 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-06-07 17:49:56 -0400 |
commit | bd254e7079ebd85e0e40ab2bf98cabf15be1ce2c (patch) | |
tree | 006dd4b6cd1b76d17ad45fb7b4ae356ffde37530 | |
parent | 52194cac67d1ca7b96957895447202af7d870091 (diff) |
EXT-7628 FIXED Don't cache lower res baked textures
Fixed llinfos debug line to give more useful information.
-rw-r--r-- | indra/newview/llagent.cpp | 2 |
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); |