Skip to content
Snippets Groups Projects

switched from WARNING to DEBUG ATR-24828

Merged Gianantonio Pezzullo requested to merge gipezzul/athena:atr24828 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -60,7 +60,7 @@ StatusCode TrigTauCaloHypoAlg::execute( const EventContext& context ) const {
@@ -60,7 +60,7 @@ StatusCode TrigTauCaloHypoAlg::execute( const EventContext& context ) const {
ATH_MSG_DEBUG ( "Tau handle size: " << tauHandle->size() << "..." );
ATH_MSG_DEBUG ( "Tau handle size: " << tauHandle->size() << "..." );
if( tauHandle->size() != 1 ) {
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;
continue;
}
}
Loading