Quitened down debug messages

This commit is contained in:
Robert Osfield
2014-02-11 10:56:51 +00:00
parent a9f8af3fb6
commit e3a003a08f
2 changed files with 4 additions and 4 deletions

View File

@@ -557,7 +557,7 @@ int LuaScriptEngine::pushPropertyToStack(osg::Object* object, const std::string&
return 1;
}
OSG_NOTICE<<"LuaScriptEngine::pushPropertyToStack("<<object<<", "<<propertyName<<") no property found."<<std::endl;
OSG_INFO<<"LuaScriptEngine::pushPropertyToStack("<<object<<", "<<propertyName<<") no property found."<<std::endl;
return 0;
}