From f4836d7aa16fc1214c744504a88fc65faf2b56bc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 15 Dec 2008 16:46:13 +0000 Subject: [PATCH] From Paul Martz, "I'm not sure why this message was added, but it doesn't appear to merit INFO verbosity. Changing this from INFO to DEBUG_FP." --- src/osg/StateAttribute.cpp | 2 +- src/osg/StateSet.cpp | 2 +- src/osg/Uniform.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/osg/StateAttribute.cpp b/src/osg/StateAttribute.cpp index 80370a9ac..0501c17c3 100644 --- a/src/osg/StateAttribute.cpp +++ b/src/osg/StateAttribute.cpp @@ -27,7 +27,7 @@ StateAttribute::StateAttribute() void StateAttribute::addParent(osg::StateSet* object) { - osg::notify(osg::INFO)<<"Adding parent"< lock(getRefMutex()); _parents.push_back(object); diff --git a/src/osg/StateSet.cpp b/src/osg/StateSet.cpp index f1dc5061d..466506fab 100644 --- a/src/osg/StateSet.cpp +++ b/src/osg/StateSet.cpp @@ -251,7 +251,7 @@ void StateSet::computeDataVariance() void StateSet::addParent(osg::Object* object) { - // osg::notify(osg::INFO)<<"Adding parent"< lock(getRefMutex()); _parents.push_back(object); diff --git a/src/osg/Uniform.cpp b/src/osg/Uniform.cpp index 10eec19cf..417b29449 100644 --- a/src/osg/Uniform.cpp +++ b/src/osg/Uniform.cpp @@ -55,7 +55,7 @@ Uniform::~Uniform() void Uniform::addParent(osg::StateSet* object) { - osg::notify(osg::INFO)<<"Uniform Adding parent"<