From 6369210dc06c602d1a8dbac7451ed93f52a8299e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 28 May 2010 17:17:09 +0000 Subject: [PATCH] Converted osg::notify to OSG_INFO etc. --- src/osgPlugins/pdf/ReaderWriterPDF.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/osgPlugins/pdf/ReaderWriterPDF.cpp b/src/osgPlugins/pdf/ReaderWriterPDF.cpp index 8a1757df1..c7616b183 100644 --- a/src/osgPlugins/pdf/ReaderWriterPDF.cpp +++ b/src/osgPlugins/pdf/ReaderWriterPDF.cpp @@ -38,7 +38,7 @@ class CairoImage : public osg::Referenced return; } - osg::notify(osg::NOTICE)<<"Create cario surface/context "<allocateImage(width, height, 1, GL_RGBA, GL_UNSIGNED_BYTE); @@ -108,18 +108,18 @@ class PopplerPdfImage : public osgWidget::PdfImage bool open(const std::string& filename) { - osg::notify(osg::NOTICE)<<"open("<