diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-08-21 17:41:41 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-08-21 17:41:41 +0300 |
| commit | d290f2c512a3bdbb526fc0fc00e17a9c8bdc0693 (patch) | |
| tree | 74db45b23abd0b41c1e8b6c9a21527829007c878 /indra/newview/lltexturecache.cpp | |
| parent | 5826a2fd50f1a6450b8da62ac1c4d8721040aef8 (diff) | |
BUG-134134 Additional logging
Diffstat (limited to 'indra/newview/lltexturecache.cpp')
| -rw-r--r-- | indra/newview/lltexturecache.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltexturecache.cpp b/indra/newview/lltexturecache.cpp index 5561fddb9d..8b90a0a737 100644 --- a/indra/newview/lltexturecache.cpp +++ b/indra/newview/lltexturecache.cpp @@ -1470,6 +1470,7 @@ void LLTextureCache::readHeaderCache() { if (!mReadOnly) { + LL_INFOS() << "Texture Cache version mismatch, Purging." << LL_ENDL; purgeAllTextures(false); } } |
