diff --git a/Trigger/TrigHypothesis/TrigTauHypo/src/TrigTauCaloHypoAlg.cxx b/Trigger/TrigHypothesis/TrigTauHypo/src/TrigTauCaloHypoAlg.cxx index 5abfa2c780f91650151fc54853d471f87d37df4f..64f3773221674f47a36a907fb398f70d8e05721d 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; }