Converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 16:37:10 +00:00
parent 58eef23ab5
commit 50465da06a
2 changed files with 54 additions and 34 deletions

View File

@@ -55,7 +55,7 @@ public:
ReadResult readImageStream(const std::string& filename, const osgDB::ReaderWriter::Options * options) const
{
osg::notify(osg::INFO) << "ReaderWriterDirectShow::readImage " << filename << std::endl;
OSG_INFO << "ReaderWriterDirectShow::readImage " << filename << std::endl;
const std::string path = osgDB::containsServerAddress(filename) ?
filename :
osgDB::findDataFile(filename, options);