From aae5430ef724236dec20622247b7bd2d7c7e84ff Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Sat, 31 Jul 2010 13:36:46 +0200 Subject: move llwarns ... "Grav SET to" ... to LL_DEBUGS("BodyPhysics") --- linden/indra/newview/app_settings/logcontrol.xml | 1 + linden/indra/newview/llvoavatar.cpp | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/linden/indra/newview/app_settings/logcontrol.xml b/linden/indra/newview/app_settings/logcontrol.xml index f92f6ff..cff9a56 100644 --- a/linden/indra/newview/app_settings/logcontrol.xml +++ b/linden/indra/newview/app_settings/logcontrol.xml @@ -50,6 +50,7 @@ + diff --git a/linden/indra/newview/llvoavatar.cpp b/linden/indra/newview/llvoavatar.cpp index 53962a9..2732d48 100644 --- a/linden/indra/newview/llvoavatar.cpp +++ b/linden/indra/newview/llvoavatar.cpp @@ -8560,17 +8560,17 @@ void LLVOAvatar::processAvatarAppearance( LLMessageSystem* mesgsys ) if(param->getID() == 507 && newWeight != getActualBoobGrav()) { - llwarns << "Boob Grav SET to " << newWeight << " for " << getFullname() << llendl; + LL_DEBUGS("BodyPhysics")<< "Boob Grav SET to " << newWeight << " for " << getFullname() << LL_ENDL; setActualBoobGrav(newWeight); } if(param->getID() == 795 && newWeight != getActualButtGrav()) { - llwarns << "Butt Grav SET to " << newWeight << " for " << getFullname() << llendl; + LL_DEBUGS("BodyPhysics")<< "Butt Grav SET to " << newWeight << " for " << getFullname() << LL_ENDL; setActualButtGrav(newWeight); } if(param->getID() == 157 && newWeight != getActualFatGrav()) { - llwarns << "Fat Grav SET to " << newWeight << " for " << getFullname() << llendl; + LL_DEBUGS("BodyPhysics")<< "Fat Grav SET to " << newWeight << " for " << getFullname() << LL_ENDL; setActualFatGrav(newWeight); } -- cgit v1.1