Maded the "flt::Registry::getPrototype: Unkown opcode:" message a INFO level
notify message rather than a NOTICE.
This commit is contained in:
@@ -37,7 +37,7 @@ Record* Registry::getPrototype(const int opcode)
|
||||
if (itr != _recordProtoMap.end()) {
|
||||
return (*itr).second.get();
|
||||
}
|
||||
osg::notify( osg::NOTICE )
|
||||
osg::notify( osg::INFO )
|
||||
<< "flt::Registry::getPrototype: Unkown opcode: " << opcode << "\n";
|
||||
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user