From cb655248512a46d48c95bb39c1915dca2a7fe5dc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 4 Jan 2007 21:18:03 +0000 Subject: [PATCH] Changed debug messages to INFO --- src/osgViewer/Viewer.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/osgViewer/Viewer.cpp b/src/osgViewer/Viewer.cpp index 1c56fefa2..80552dce6 100644 --- a/src/osgViewer/Viewer.cpp +++ b/src/osgViewer/Viewer.cpp @@ -158,11 +158,15 @@ void Viewer::startThreading() stopThreading(); } + osg::notify(osg::INFO)<<"Viewer::startThreading() - starting threading"<setThreadSafeRefUnref(true); @@ -170,7 +174,6 @@ void Viewer::startThreading() getSceneData()->resizeGLObjectBuffers(osg::DisplaySettings::instance()->getMaxNumberOfGraphicsContexts()); } - osg::notify(osg::NOTICE)<<"Viewer::startThreading() - starting threading"<