Skip to content

Commit c53eae5

Browse files
committed
Quietened down debug message
1 parent a7ce40d commit c53eae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osgPlugins/OpenFlight/Registry.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void Registry::addPrototype(int opcode, Record* prototype)
4545
}
4646

4747
if (_recordProtoMap.find(opcode) != _recordProtoMap.end())
48-
OSG_WARN << "Registry already contains prototype for opcode " << opcode << "." << std::endl;
48+
OSG_DEBUG << "Registry already contains prototype for opcode " << opcode << "." << std::endl;
4949

5050
_recordProtoMap[opcode] = prototype;
5151
}

0 commit comments

Comments
 (0)