Set debug message to INFO

This commit is contained in:
Robert Osfield
2011-02-14 12:55:44 +00:00
parent 1d55efb721
commit aca9c9c848

View File

@@ -189,7 +189,7 @@ void GraphicsCostEstimator::setDefaults()
void GraphicsCostEstimator::calibrate(osg::RenderInfo& renderInfo)
{
OSG_NOTICE<<"GraphicsCostEstimator::calibrate(..)"<<std::endl;
OSG_INFO<<"GraphicsCostEstimator::calibrate(..)"<<std::endl;
}
class CollectCompileCosts : public osg::NodeVisitor