Changed the notification level to INFO.

This commit is contained in:
Robert Osfield
2011-10-28 11:00:55 +00:00
parent bbf081695b
commit d95801f6a8

View File

@@ -69,9 +69,9 @@ static osg::GraphicsContext::Traits* buildTrait(RenderSurface& rs)
}
}
OSG_NOTICE<<"ReaderWriterCFG buildTrait traits->depth="<<traits->depth<<std::endl;
OSG_NOTICE<<"ReaderWriterCFG buildTrait traits->samples="<<traits->samples<<std::endl;
OSG_NOTICE<<"ReaderWriterCFG buildTrait traits->sampleBuffers="<<traits->sampleBuffers<<std::endl;
OSG_INFO<<"ReaderWriterCFG buildTrait traits->depth="<<traits->depth<<std::endl;
OSG_INFO<<"ReaderWriterCFG buildTrait traits->samples="<<traits->samples<<std::endl;
OSG_INFO<<"ReaderWriterCFG buildTrait traits->sampleBuffers="<<traits->sampleBuffers<<std::endl;
traits->hostName = rs.getHostName();