Skip to content
Snippets Groups Projects
Commit 759f5bcc authored by Patrick Dormanns's avatar Patrick Dormanns
Browse files

code quality

parent 3554519d
No related branches found
No related tags found
1 merge request!53Implement 'PointAt'-skill
......@@ -101,7 +101,7 @@ namespace armarx::control::pointing::core
}
if (aborted)
{
ARMARX_INFO << "Pointing aborted.";
ARMARX_INFO << "Pointing aborted";
throw armarx::exceptions::local::PointingAbortedException();
}
} while (not ik.isTargetReached());
......
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