Seting the notifcation level of debug message to INFO.

This commit is contained in:
Robert Osfield 2010-01-22 20:35:11 +00:00
parent 16e48d1724
commit 40a6a1afd0

View File

@ -224,7 +224,7 @@ void GLBufferObject::compileBuffer()
void GLBufferObject::deleteGLObject()
{
osg::notify(osg::NOTICE)<<"GLBufferObject::deleteGLObject() "<<_glObjectID<<std::endl;
osg::notify(osg::INFO)<<"GLBufferObject::deleteGLObject() "<<_glObjectID<<std::endl;
if (_glObjectID!=0)
{
_extensions->glDeleteBuffers(1, &_glObjectID);