Skip to content
Snippets Groups Projects
Commit fa5a721c authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'eb-debug-mgs' into 'master'

Decrease verbosity in L1InfoHypoTool

See merge request atlas/athena!37491
parents cd73a934 14fd1737
No related branches found
No related tags found
No related merge requests found
......@@ -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() );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment