Quitened down debug info

This commit is contained in:
Robert Osfield
2017-10-24 12:07:13 +01:00
parent 1cd0a5fe03
commit c162a091fe
2 changed files with 6 additions and 6 deletions

View File

@@ -411,7 +411,7 @@ osg::Image* GlyphTexture::createImage()
{
if (!_image)
{
OSG_NOTICE<<"GlyphTexture::createImage() : Creating image 0x"<<std::hex<<TEXTURE_IMAGE_FORMAT<<std::dec<<std::endl;
OSG_INFO<<"GlyphTexture::createImage() : Creating image 0x"<<std::hex<<TEXTURE_IMAGE_FORMAT<<std::dec<<std::endl;
_image = new osg::Image;