Maded debugging output write out at INFO level
This commit is contained in:
parent
00c3c5dc61
commit
ea9cfaf11e
@ -231,7 +231,7 @@ bool GliderManipulator::calcMovement()
|
|||||||
|
|
||||||
if (dt<0.0f)
|
if (dt<0.0f)
|
||||||
{
|
{
|
||||||
notify(WARN) << "warning dt = "<<dt<< std::endl;
|
notify(INFO) << "warning dt = "<<dt<< std::endl;
|
||||||
dt = 0.0f;
|
dt = 0.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user