From Sukender, "- Lowered one notify level (it's now coherent with the "if" just above)"

This commit is contained in:
Robert Osfield
2011-01-14 13:31:07 +00:00
parent 942213dc85
commit fac9992bca

View File

@@ -809,8 +809,8 @@ osgDB::ReaderWriter::ReadResult ReaderWriter3DS::constructFrom3dsFile(Lib3dsFile
if (osg::getNotifyLevel()>=osg::INFO)
{
OSG_NOTICE << "Final OSG node structure looks like this:"<< endl;
PrintVisitor pv(osg::notify(osg::NOTICE));
OSG_INFO << "Final OSG node structure looks like this:"<< endl;
PrintVisitor pv(osg::notify(osg::INFO));
group->accept(pv);
}