diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2017-09-20 22:54:17 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2017-09-20 22:54:17 +0300 |
commit | 307c005efabe0da3f8fbc3d2d89468db66d37b18 (patch) | |
tree | 4562882364c2eebff5f1acff692255d67bd20273 /indra/newview/lltexturefetch.cpp | |
parent | 012ba25d45e1c0c09090ee11204ee31eceb4b81f (diff) | |
parent | 5cd56406ab6d36e6b90e589f58fc4aa578edbdf1 (diff) |
Merged in lindenlab/viewer-bear
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index b78d0b51d5..84a2f1b597 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -2559,7 +2559,7 @@ LLTextureFetch::LLTextureFetch(LLTextureCache* cache, LLImageDecodeThread* image mTextureInfoMainThread(false) { mMaxBandwidth = gSavedSettings.getF32("ThrottleBandwidthKBPS"); - mTextureInfo.setUpLogging(gSavedSettings.getBOOL("LogTextureDownloadsToViewerLog"), gSavedSettings.getBOOL("LogTextureDownloadsToSimulator"), U32Bytes(gSavedSettings.getU32("TextureLoggingThreshold"))); + mTextureInfo.setLogging(true); LLAppCoreHttp & app_core_http(LLAppViewer::instance()->getAppCoreHttp()); mHttpRequest = new LLCore::HttpRequest; |