Converted osg::notify to OSG_INFO

This commit is contained in:
Robert Osfield
2010-05-28 16:24:04 +00:00
parent eff8dc5d63
commit 37dd1298f2
17 changed files with 198 additions and 198 deletions

View File

@@ -108,7 +108,7 @@ void daeWriter::debugPrint( osg::Node &node )
{
indent += " ";
}
osg::notify( osg::INFO ) << indent << node.className() << std::endl;
OSG_INFO << indent << node.className() << std::endl;
#endif
}