diff --git a/src/osgPlugins/cfg/ReaderWriterCFG.cpp b/src/osgPlugins/cfg/ReaderWriterCFG.cpp index 3a5a33dac..7e16765f2 100644 --- a/src/osgPlugins/cfg/ReaderWriterCFG.cpp +++ b/src/osgPlugins/cfg/ReaderWriterCFG.cpp @@ -69,7 +69,7 @@ static osg::GraphicsContext::Traits* buildTrait(RenderSurface& rs) } } - osg::notify(osg::INFO)<<"Set up Traits ( rs.getScreenNum() = "<hostName = rs.getHostName(); @@ -136,7 +136,7 @@ static osgViewer::View* load(const std::string& file, const osgDB::ReaderWriter: if (gc.valid()) { - osg::notify(osg::INFO)<<" GraphicsWindow has been created successfully."< camera = new osg::Camera; camera->setGraphicsContext(gc.get()); @@ -172,7 +172,7 @@ static osgViewer::View* load(const std::string& file, const osgDB::ReaderWriter: } else { - osg::notify(osg::INFO)<<" GraphicsWindow has not been created successfully."<