From f8a6978b1b66d97820cee0e71c7a3e68f8864894 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 28 May 2010 16:44:28 +0000 Subject: [PATCH] Converted osg::notify to OSG_INFO etc. --- src/osgPlugins/jp2/ReaderWriterJP2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgPlugins/jp2/ReaderWriterJP2.cpp b/src/osgPlugins/jp2/ReaderWriterJP2.cpp index b57aa5cf1..9f28c9555 100644 --- a/src/osgPlugins/jp2/ReaderWriterJP2.cpp +++ b/src/osgPlugins/jp2/ReaderWriterJP2.cpp @@ -266,7 +266,7 @@ class ReaderWriterJP2 : public osgDB::ReaderWriter // osg::Image::USE_NEW_DELETE); osg::Image::NO_DELETE); - notify(INFO) << "image read ok "<