info->debug

This commit is contained in:
Josh Faust 2009-11-09 22:19:16 +00:00
parent 553a94bc1f
commit 13e1079148
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
}