Changed notify level of debuggin message from NOTICE to INFO

This commit is contained in:
Robert Osfield
2004-05-07 11:10:05 +00:00
parent 324437d1e5
commit 1666037f42

View File

@@ -181,7 +181,7 @@ public:
virtual osg::CoordinateFrame getCoordinateFrame(double X, double Y, double Z) const
{
osg::notify(osg::NOTICE)<<"getCoordinateFrame("<<X<<","<<Y<<","<<Z<<")"<<std::endl;
osg::notify(osg::INFO)<<"getCoordinateFrame("<<X<<","<<Y<<","<<Z<<")"<<std::endl;
const Viewer::RefNodePath& refNodePath = _viewer->getCoordindateSystemNodePath();