Converted osg::notify to use info

This commit is contained in:
Robert Osfield
2010-05-28 16:28:18 +00:00
parent 805a78c3b5
commit 71c434371a

View File

@@ -117,7 +117,7 @@ class ReaderWriterDICOM : public osgDB::ReaderWriter
if ((*itr)[0]=='.')
{
osg::notify(osg::INFO)<<"Ignoring tempory file "<<*itr<<std::endl;
info()<<"Ignoring tempory file "<<*itr<<std::endl;
continue;
}