diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp index 3238357c4..2b9ea7431 100644 --- a/indra/newview/llviewertexturelist.cpp +++ b/indra/newview/llviewertexturelist.cpp @@ -636,6 +636,7 @@ void LLViewerTextureList::updateImages(F32 max_time) { if(!cleared) { + llinfos << "Flushing upon teleport." << llendl; clearFetchingRequests(); //gPipeline.clearRebuildGroups() really doesn't belong here... but since it is here, do a few other needed things too. gPipeline.clearRebuildGroups();