Maded the "flt::Registry::getPrototype: Unkown opcode:" message a INFO level

notify message rather than a NOTICE.
This commit is contained in:
Robert Osfield
2002-10-10 09:42:41 +00:00
parent 2e92e7d242
commit 6c0861ef80

View File

@@ -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;