SH-3500 FIX - removed an overzealous warning message
parent
c3b00d4063
commit
2a9448f90a
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue