SH-3500 FIX - removed an overzealous warning message

master
Brad Payne (Vir Linden) 2012-11-07 10:51:51 -05:00
parent c3b00d4063
commit 2a9448f90a
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ void LLVisualParam::setParamLocation(EParamLocation loc)
}
else
{
llwarns << "param location is already " << mParamLocation << ", not slamming to " << loc << llendl;
lldebugs << "param location is already " << mParamLocation << ", not slamming to " << loc << llendl;
}
}