info->debug
This commit is contained in:
parent
553a94bc1f
commit
13e1079148
|
@ -129,7 +129,7 @@ void atexitCallback()
|
|||
{
|
||||
if (ok() && !isShuttingDown())
|
||||
{
|
||||
ROS_INFO("shutting down due to exit() or end of main() without cleanup of all NodeHandles");
|
||||
ROS_DEBUG("shutting down due to exit() or end of main() without cleanup of all NodeHandles");
|
||||
shutdown();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue