From 034c83f996b89dfd405d6188d2fb96e8fc2f09d0 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Fri, 14 Dec 2012 16:28:18 -0600 Subject: [PATCH] Added trivial diagnostic message regarding teleport handling. --- indra/newview/llviewertexturelist.cpp | 1 + 1 file changed, 1 insertion(+) 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();