We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ce40d commit c53eae5Copy full SHA for c53eae5
src/osgPlugins/OpenFlight/Registry.cpp
@@ -45,7 +45,7 @@ void Registry::addPrototype(int opcode, Record* prototype)
45
}
46
47
if (_recordProtoMap.find(opcode) != _recordProtoMap.end())
48
- OSG_WARN << "Registry already contains prototype for opcode " << opcode << "." << std::endl;
+ OSG_DEBUG << "Registry already contains prototype for opcode " << opcode << "." << std::endl;
49
50
_recordProtoMap[opcode] = prototype;
51
0 commit comments