From 046481ee6e46f40dcf967ea3927cc1c53d83a564 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 18 Feb 2008 13:47:38 +0000 Subject: [PATCH] From Bryan Thrall, "moved the prints to a higher notify level (DEBUG_FP) so they are only printed at the most verbose level." --- src/osgViewer/Renderer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgViewer/Renderer.cpp b/src/osgViewer/Renderer.cpp index f514146ac..8903abbd7 100644 --- a/src/osgViewer/Renderer.cpp +++ b/src/osgViewer/Renderer.cpp @@ -30,7 +30,7 @@ using namespace osgViewer; //#define DEBUG_MESSAGE osg::notify(osg::NOTICE) -#define DEBUG_MESSAGE osg::notify(osg::INFO) +#define DEBUG_MESSAGE osg::notify(osg::DEBUG_FP) OpenGLQuerySupport::OpenGLQuerySupport():