Skip to content
Snippets Groups Projects
Commit 02f2209c authored by Mirko Wächter's avatar Mirko Wächter
Browse files

moved collision check output to verbose level

parent d35be12d
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,7 @@ namespace armarx
}
if (!collision)
{
ARMARX_INFO << deactivateSpam() << "Self collision checker: no collision found between the " << nodePairsToCheck.size() << " pairs";
ARMARX_VERBOSE << deactivateSpam() << "Self collision checker: no collision found between the " << nodePairsToCheck.size() << " pairs";
}
}
//sleep remaining
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment