From 14fd1737c4c583753c4ab4508f2bbe9c6b5dd14c Mon Sep 17 00:00:00 2001 From: Aleksandra Poreba <aleksandra.poreba@cern.ch> Date: Wed, 21 Oct 2020 16:32:05 +0200 Subject: [PATCH] Decrease verbosity --- .../TrigHypothesis/TrigHypoCommonTools/src/L1InfoHypoTool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trigger/TrigHypothesis/TrigHypoCommonTools/src/L1InfoHypoTool.cxx b/Trigger/TrigHypothesis/TrigHypoCommonTools/src/L1InfoHypoTool.cxx index c0d93c77b24f..71be13c5349e 100644 --- a/Trigger/TrigHypothesis/TrigHypoCommonTools/src/L1InfoHypoTool.cxx +++ b/Trigger/TrigHypothesis/TrigHypoCommonTools/src/L1InfoHypoTool.cxx @@ -18,7 +18,7 @@ StatusCode L1InfoHypoTool::initialize(){ StatusCode L1InfoHypoTool::decide(const std::vector<IL1InfoHypoTool::L1Info>& input) const{ - ATH_MSG_INFO("Executing decide() of " << name()); + ATH_MSG_DEBUG("Executing decide() of " << name()); std::vector<IL1InfoHypoTool::L1Info* > positive( input.size() ); -- GitLab