Converted osg::notify to OSG_INFO etc.
This commit is contained in:
@@ -61,7 +61,7 @@ bool UpdateMatrixTransform::link(osgAnimation::Channel* channel)
|
||||
}
|
||||
}
|
||||
|
||||
osg::notify(osg::INFO) << "UpdateMatrixTransform::link Channel " << channel->getName() << " does not contain a symbolic name that can be linked to a StackedTransformElement." << std::endl;
|
||||
OSG_INFO << "UpdateMatrixTransform::link Channel " << channel->getName() << " does not contain a symbolic name that can be linked to a StackedTransformElement." << std::endl;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user