diff --git a/src/osgPlugins/3ds/ReaderWriter3DS.cpp b/src/osgPlugins/3ds/ReaderWriter3DS.cpp index 9df4fedcd..b4a57f15f 100644 --- a/src/osgPlugins/3ds/ReaderWriter3DS.cpp +++ b/src/osgPlugins/3ds/ReaderWriter3DS.cpp @@ -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); }