From d81d579f07e9c294df63c8b68134c2c4125ec0c7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 14 Feb 2007 14:58:46 +0000 Subject: [PATCH] Changed the report of lack of WGL_SWAP_METHOD_ARB so that it is INFO rather than WARN. --- src/osgViewer/GraphicsWindowWin32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgViewer/GraphicsWindowWin32.cpp b/src/osgViewer/GraphicsWindowWin32.cpp index 149e044d8..17653f7b0 100644 --- a/src/osgViewer/GraphicsWindowWin32.cpp +++ b/src/osgViewer/GraphicsWindowWin32.cpp @@ -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; }