summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-06-04 13:14:41 -0400
committerLoren Shih <seraph@lindenlab.com>2010-06-04 13:14:41 -0400
commit4ec55cdb5b52d69a998630b1468a64982e612d7a (patch)
treea544f843e62aac4e729611b0b66addcb75a83c0b /indra/newview
parent6a3ff07783ce168dc113c90ca849164b44301257 (diff)
EXT-7504 WIP Force decloud after timeout using lower res textures
Trivial change to texture debug readout.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/lltexlayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexlayer.cpp b/indra/newview/lltexlayer.cpp
index edd9ae16a9..fc611fa9c8 100644
--- a/indra/newview/lltexlayer.cpp
+++ b/indra/newview/lltexlayer.cpp
@@ -2289,7 +2289,7 @@ const std::string LLTexLayerSetBuffer::dumpTextureInfo() const
const U32 upload_time = (U32)mNeedsUploadTimer.getElapsedTimeF32();
const BOOL is_uploaded = !mUploadPending;
const std::string local_texture_info = gAgentAvatarp->debugDumpLocalTextureDataInfo(mTexLayerSet);
- std::string text = llformat("[ HiRes:%d LoRes:%d Uploaded:%d ] [ Timer:%d ] %s",
+ std::string text = llformat("[ HiRes:%d LoRes:%d Done:%d ] [ Timer:%d ] %s",
is_high_res, num_low_res, is_uploaded,
upload_time,
local_texture_info.c_str());