From a0acd7c3034997dd6692c6d4f8d1534642ca28ca Mon Sep 17 00:00:00 2001 From: Gianantonio Pezzullo Date: Wed, 26 Jan 2022 11:37:20 -0500 Subject: [PATCH] switched from WARNING to DEBUG --- Trigger/TrigHypothesis/TrigTauHypo/src/TrigTauCaloHypoAlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trigger/TrigHypothesis/TrigTauHypo/src/TrigTauCaloHypoAlg.cxx b/Trigger/TrigHypothesis/TrigTauHypo/src/TrigTauCaloHypoAlg.cxx index 5abfa2c780f..64f37732216 100644 --- a/Trigger/TrigHypothesis/TrigTauHypo/src/TrigTauCaloHypoAlg.cxx +++ b/Trigger/TrigHypothesis/TrigTauHypo/src/TrigTauCaloHypoAlg.cxx @@ -60,7 +60,7 @@ StatusCode TrigTauCaloHypoAlg::execute( const EventContext& context ) const { ATH_MSG_DEBUG ( "Tau handle size: " << tauHandle->size() << "..." ); if( tauHandle->size() != 1 ) { - ATH_MSG_WARNING("Something is wrong, unexpectd number of taus " << tauHandle->size() << " is found (expected 1), continuing anyways skipping view"); + ATH_MSG_DEBUG("Something is wrong, unexpected number of taus " << tauHandle->size() << " is found (expected 1), continuing anyways skipping view"); continue; } -- GitLab