Converted osg::notify to OSG_INFO etc.
This commit is contained in:
parent
b9361a503f
commit
e2dfecfffc
@ -214,7 +214,7 @@ public:
|
||||
{
|
||||
if ( prop._name!=enumString )
|
||||
{
|
||||
OSG_NOTIFY(osg::WARN) << "AsciiInputIterator::readProperty(): Unmatched property "
|
||||
OSG_WARN << "AsciiInputIterator::readProperty(): Unmatched property "
|
||||
<< enumString << ", expecting " << prop._name << std::endl;
|
||||
}
|
||||
prop._name = enumString;
|
||||
|
@ -417,7 +417,7 @@ public:
|
||||
enumString = '#' + enumString;
|
||||
if ( prop._name!=enumString )
|
||||
{
|
||||
OSG_NOTIFY(osg::WARN) << "XmlInputIterator::readProperty(): Unmatched property "
|
||||
OSG_WARN << "XmlInputIterator::readProperty(): Unmatched property "
|
||||
<< enumString << ", expecting " << prop._name << std::endl;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user