Skip to content

Commit

Permalink
Quietened down debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Dec 9, 2021
1 parent a7ce40d commit c53eae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgPlugins/OpenFlight/Registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c53eae5

Please sign in to comment.