From 9cb35ad08a73af97fb9bb91a1b7cd01d85fe66d1 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 28 May 2010 17:09:36 +0000 Subject: [PATCH] Converted osg::notify to OSG_INFO etc. --- src/osgPlugins/tgz/ReaderWriterTGZ.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/osgPlugins/tgz/ReaderWriterTGZ.cpp b/src/osgPlugins/tgz/ReaderWriterTGZ.cpp index 757163931..7543ed6b4 100644 --- a/src/osgPlugins/tgz/ReaderWriterTGZ.cpp +++ b/src/osgPlugins/tgz/ReaderWriterTGZ.cpp @@ -37,15 +37,15 @@ class ReaderWriterTGZ : public osgDB::ReaderWriter std::string ext = osgDB::getLowerCaseFileExtension(file); if (!acceptsExtension(ext)) return ReadResult::FILE_NOT_HANDLED; - osg::notify(osg::NOTICE)<<"file="< grp = new osg::Group; - osg::notify(osg::NOTICE)<<"Done"< local_options = options ? static_cast(options->clone(osg::CopyOp::SHALLOW_COPY)) : new osgDB::ReaderWriter::Options; local_options->getDatabasePathList().push_front(dirname); - osg::notify(osg::NOTICE)<<"local_options->getDatabasePathList().="<getDatabasePathList().front()<getDatabasePathList().="<getDatabasePathList().front()<