move a particularly spammy INFO.

master
Tofu Linden 2010-02-16 17:04:49 +00:00
parent 23e173631d
commit fb384e6af4
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}