Tweaked debugging info

This commit is contained in:
Robert Osfield
2009-09-08 15:36:44 +00:00
parent 5c2e89ac28
commit a851b0b412
2 changed files with 13 additions and 1 deletions

View File

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