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