Quitened down debug messages

This commit is contained in:
Robert Osfield
2009-10-08 10:44:01 +00:00
parent 68b661c93b
commit 2f3c1d0ff8
3 changed files with 7 additions and 7 deletions

View File

@@ -1328,7 +1328,7 @@ PixelBufferObject::PixelBufferObject(osg::Image* image):
setTarget(GL_PIXEL_UNPACK_BUFFER_ARB);
setUsage(GL_STREAM_DRAW_ARB);
osg::notify(osg::NOTICE)<<"Constructing PixelBufferObject for image="<<image<<std::endl;
osg::notify(osg::INFO)<<"Constructing PixelBufferObject for image="<<image<<std::endl;
setBufferData(0, image);
}