diff options
author | Eli Linden <eli@lindenlab.com> | 2010-06-04 14:00:44 -0700 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-06-04 14:00:44 -0700 |
commit | ceb6647ac1d61b43f6beb130466a7cf7c4fa15ac (patch) | |
tree | 8fc4c5cd2bae04679b98f19dbbd106709c1e4e02 /indra/newview/llvoavatarself.cpp | |
parent | 591e309897704cdc9084c2f8613b6c74f5c8a4e6 (diff) | |
parent | b1b4e56bcec6718a971f01d51ffe4363e8fba9ac (diff) |
Merge
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r-- | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index e18b617120..4a04ec22c4 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -1884,7 +1884,7 @@ const std::string LLVOAvatarSelf::debugDumpLocalTextureDataInfo(const LLTexLayer if (layerset == mBakedTextureDatas[baked_index].mTexLayerSet) { const LLVOAvatarDictionary::BakedEntry *baked_dict = baked_iter->second; - text += llformat("[%d] '%s' ( ",baked_index, baked_dict->mName.c_str()); + text += llformat("%d-%s ( ",baked_index, baked_dict->mName.c_str()); for (texture_vec_t::const_iterator local_tex_iter = baked_dict->mLocalTextures.begin(); local_tex_iter != baked_dict->mLocalTextures.end(); ++local_tex_iter) |