Changed the report of lack of WGL_SWAP_METHOD_ARB so that it is INFO rather than WARN.

This commit is contained in:
Robert Osfield
2007-02-14 14:58:46 +00:00
parent bfa30a644e
commit d81d579f07

View File

@@ -1294,7 +1294,7 @@ bool GraphicsWindowWin32::setPixelFormat()
return false;
}
osg::notify(osg::WARN) << "GraphicsWindowWin32::setPixelFormat() - Found a matching pixel format but without the WGL_SWAP_METHOD_ARB specification for screen #"
osg::notify(osg::INFO) << "GraphicsWindowWin32::setPixelFormat() - Found a matching pixel format but without the WGL_SWAP_METHOD_ARB specification for screen #"
<< _traits->screenNum
<< std::endl;
}