diff --git a/src/osgPlugins/OpenFlight/Registry.cpp b/src/osgPlugins/OpenFlight/Registry.cpp index 87965888c..f27985c68 100644 --- a/src/osgPlugins/OpenFlight/Registry.cpp +++ b/src/osgPlugins/OpenFlight/Registry.cpp @@ -45,7 +45,7 @@ void Registry::addPrototype(int opcode, Record* prototype) } if (_recordProtoMap.find(opcode) != _recordProtoMap.end()) - OSG_WARN << "Registry already contains prototype for opcode " << opcode << "." << std::endl; + OSG_DEBUG << "Registry already contains prototype for opcode " << opcode << "." << std::endl; _recordProtoMap[opcode] = prototype; }