From 072cd1df8f0a2eb8d9c6e09b97d72d87a0b3b9d1 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 30 Oct 2007 14:17:34 +0000 Subject: [PATCH] Changed debug message from NOTICE to INFO. --- src/osgPlugins/osgTerrain/Terrain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgPlugins/osgTerrain/Terrain.cpp b/src/osgPlugins/osgTerrain/Terrain.cpp index a8e7a1563..f6a735794 100644 --- a/src/osgPlugins/osgTerrain/Terrain.cpp +++ b/src/osgPlugins/osgTerrain/Terrain.cpp @@ -187,7 +187,7 @@ osgTerrain::Layer* readLayer(osgDB::Input& fr, bool& itrAdvanced) fr += 2; while (!fr.eof() && fr[0].getNoNestedBrackets()>local_entry) { - osg::notify(osg::NOTICE)<<"Composite layer "<addLayer(layer); @@ -197,7 +197,7 @@ osgTerrain::Layer* readLayer(osgDB::Input& fr, bool& itrAdvanced) layer = cl.get(); - osg::notify(osg::NOTICE)<<"End of Composite layer "<