We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7505cb4 commit 06558a5Copy full SHA for 06558a5
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