Maded debugging output write out at INFO level

This commit is contained in:
Robert Osfield 2005-05-21 09:55:43 +00:00
parent 00c3c5dc61
commit ea9cfaf11e

View File

@ -231,7 +231,7 @@ bool GliderManipulator::calcMovement()
if (dt<0.0f)
{
notify(WARN) << "warning dt = "<<dt<< std::endl;
notify(INFO) << "warning dt = "<<dt<< std::endl;
dt = 0.0f;
}