Skip to content

Commit

Permalink
Downgrade verbosity in track validation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocos committed Jun 22, 2021
1 parent 211c7bd commit 78321d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Validation/MtdValidation/plugins/MtdTracksValidation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void MtdTracksValidation::analyze(const edm::Event& iEvent, const edm::EventSetu
index++;

if (trackAssoc[trackref] == -1) {
LogWarning("mtdTracks") << "Extended track not associated";
LogInfo("mtdTracks") << "Extended track not associated";
continue;
}

Expand Down

0 comments on commit 78321d5

Please sign in to comment.