From fb384e6af40f6a0149d93cdc38d598dd95067fbb Mon Sep 17 00:00:00 2001 From: Tofu Linden Date: Tue, 16 Feb 2010 17:04:49 +0000 Subject: move a particularly spammy INFO. --- indra/newview/llvoavatar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 7a6a48d1b3..72b9c6df98 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -2540,11 +2540,11 @@ void LLVOAvatar::idleUpdateLoadingEffect() { if (isFullyLoaded() && isSelf()) { - llinfos << "self isFullyLoaded" << llendl; - static bool first_fully_visible = true; if (first_fully_visible) { + llinfos << "self isFullyLoaded, first_fully_visible" << llendl; + first_fully_visible = false; LLAppearanceManager::instance().onFirstFullyVisible(); } -- cgit v1.2.3