From 759f5bcc5c53da3d13d8021a2f6f0f3f0a56f820 Mon Sep 17 00:00:00 2001 From: Patrick Dormanns <patrick.dormanns@student.kit.edu> Date: Mon, 26 Feb 2024 00:22:01 +0100 Subject: [PATCH] code quality --- source/armarx/control/pointing/core/Pointing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/armarx/control/pointing/core/Pointing.cpp b/source/armarx/control/pointing/core/Pointing.cpp index 235a035e..ee29a875 100644 --- a/source/armarx/control/pointing/core/Pointing.cpp +++ b/source/armarx/control/pointing/core/Pointing.cpp @@ -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()); -- GitLab