Converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 16:50:45 +00:00
parent 1853db4807
commit d4a00377b7

View File

@@ -41,7 +41,7 @@ class sgReaderWriterOSGTGZ : public osgDB::ReaderWriter
std::string fileName = osgDB::findDataFile( file,options );
if (fileName.empty()) return ReadResult::FILE_NOT_FOUND;
osg::notify(osg::INFO)<<"sgReaderWriterOSGTGZ::readNode( "<<fileName.c_str()<<" )\n";
OSG_INFO<<"sgReaderWriterOSGTGZ::readNode( "<<fileName.c_str()<<" )\n";
char dirname[128];
char command[1024];