Maded debugging output write out at INFO level
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user