changed debug message to use OSG_DEBUG

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14276 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield 2014-06-25 09:58:49 +00:00
parent d22f62396c
commit 4e530a1938

View File

@ -2962,7 +2962,7 @@ Texture::Extensions::Extensions(unsigned int contextID)
else _isTextureStorageEnabled = true;
}
OSG_NOTICE<<"_isTextureStorageEnabled = "<<_isTextureStorageEnabled<<std::endl;
OSG_DEBUG<<"Texture::Extensions::Extensionts() _isTextureStorageEnabled = "<<_isTextureStorageEnabled<<std::endl;
}