Quiten down debugging message
This commit is contained in:
parent
4d762a81a6
commit
2be82dd8d7
@ -290,7 +290,7 @@ bool XmlNode::read(Input& input)
|
||||
|
||||
if (!option.empty())
|
||||
{
|
||||
osg::notify(osg::NOTICE)<<"Assigning option "<<option<<" with value "<<value<<std::endl;
|
||||
osg::notify(osg::INFO)<<"Assigning option "<<option<<" with value "<<value<<std::endl;
|
||||
childNode->properties[option] = value;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user