Converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield 2010-05-28 16:49:45 +00:00
parent b9361a503f
commit e2dfecfffc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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