From 1c21ef40b2f7e4471ac36b88475b55e675cae38f Mon Sep 17 00:00:00 2001 From: Frank Winklmeier <fwinkl@cern> Date: Tue, 8 Dec 2020 16:39:41 +0100 Subject: [PATCH] TrkExRungeKuttaIntersector: Remove INFO newline --- .../TrkExRungeKuttaIntersector/src/RungeKuttaIntersector.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tracking/TrkExtrapolation/TrkExRungeKuttaIntersector/src/RungeKuttaIntersector.cxx b/Tracking/TrkExtrapolation/TrkExRungeKuttaIntersector/src/RungeKuttaIntersector.cxx index 022ab47d4f78..3206f7acf0cf 100755 --- a/Tracking/TrkExtrapolation/TrkExRungeKuttaIntersector/src/RungeKuttaIntersector.cxx +++ b/Tracking/TrkExtrapolation/TrkExRungeKuttaIntersector/src/RungeKuttaIntersector.cxx @@ -119,8 +119,8 @@ RungeKuttaIntersector::finalize() << " step reductions and" << std::setw(5) << std::setprecision(2) << norm*static_cast<double>(m_countShortStep) << " short final steps"; - } msg(MSG::INFO) << endmsg; + } return StatusCode::SUCCESS; } -- GitLab