diff options
author | Oz Linden <oz@lindenlab.com> | 2011-06-04 07:48:08 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-06-04 07:48:08 -0400 |
commit | 4e0d25720f0a53bcbce1ce20b6d94d3a0225e245 (patch) | |
tree | 50b3606c6c0bad98d25e89b30e480d5f19e2be14 /indra/newview/lltexturecache.cpp | |
parent | 4a3916630ccf60c8ce89f08817587740318803bb (diff) | |
parent | 7b949262fec7d54bf28cb24d16bea171378d7f61 (diff) |
merge changes for storm-1316
Diffstat (limited to 'indra/newview/lltexturecache.cpp')
-rw-r--r-- | indra/newview/lltexturecache.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lltexturecache.cpp b/indra/newview/lltexturecache.cpp index faab6ac002..9b417307fd 100644 --- a/indra/newview/lltexturecache.cpp +++ b/indra/newview/lltexturecache.cpp @@ -949,7 +949,7 @@ S64 LLTextureCache::initCache(ELLPath location, S64 max_size, BOOL texture_cache max_size -= sCacheMaxTexturesSize; LL_INFOS("TextureCache") << "Headers: " << sCacheMaxEntries - << " Textures size: " << sCacheMaxTexturesSize/(1024*1024) << " MB" << LL_ENDL; + << " Textures size: " << sCacheMaxTexturesSize / (1024 * 1024) << " MB" << LL_ENDL; setDirNames(location); @@ -1655,7 +1655,7 @@ void LLTextureCache::purgeTextures(bool validate) LL_INFOS("TextureCache") << "TEXTURE CACHE:" << " PURGED: " << purge_count << " ENTRIES: " << num_entries - << " CACHE SIZE: " << mTexturesSizeTotal / 1024*1024 << " MB" + << " CACHE SIZE: " << mTexturesSizeTotal / (1024 * 1024) << " MB" << llendl; } |