diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp index 42472b0e91..77512589b7 100644 --- a/indra/newview/llviewertexturelist.cpp +++ b/indra/newview/llviewertexturelist.cpp @@ -420,7 +420,7 @@ void LLViewerTextureList::dump() LL_CONT << image->getNumVolumes(index) << " "; } // [FIRE-35081] - LL_CONT << " http://asset.siva.lindenlab.com/" << image->getID() << ".texture" + LL_CONT << " " << image->getID().asString().substr(0, 7) << LL_ENDL; // [FIRE-35081] Blurry prims not changing with graphics settings image_counts[(image->getDiscardLevel() + 1)] += 1; // Need to add +1 to make up for -1 being a possible value