converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 16:00:45 +00:00
parent ddf5668809
commit adc302072f
6 changed files with 50 additions and 50 deletions

View File

@@ -228,7 +228,7 @@ unsigned int getNextCharacter(look_ahead_iterator& charString,String::Encoding e
{
// Should not reach this point unless the encoding is unhandled
// ENCODING_UTF16, ENCODING_UTF32 and ENCODING_SIGNATURE should never enter this method
osg::notify(osg::FATAL)<<"Error: Invalid string encoding"<<std::endl;
OSG_FATAL<<"Error: Invalid string encoding"<<std::endl;
break;
}
}