Converted osg::notify to OSG_INFO etc.
This commit is contained in:
parent
006f639a52
commit
f8a6978b1b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user