Converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield 2010-05-28 16:44:28 +00:00
parent 006f639a52
commit f8a6978b1b

View File

@ -266,7 +266,7 @@ class ReaderWriterJP2 : public osgDB::ReaderWriter
// osg::Image::USE_NEW_DELETE);
osg::Image::NO_DELETE);
notify(INFO) << "image read ok "<<s<<" "<<t<< std::endl;
OSG_INFO << "image read ok "<<s<<" "<<t<< std::endl;
return image;
}
@ -336,7 +336,7 @@ class ReaderWriterJP2 : public osgDB::ReaderWriter
// osg::Image::USE_NEW_DELETE);
osg::Image::NO_DELETE);
notify(INFO) << "image read ok "<<s<<" "<<t<< std::endl;
OSG_INFO << "image read ok "<<s<<" "<<t<< std::endl;
return image;
}