Skip to content

Commit

Permalink
change message into DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Meloni committed Dec 8, 2024
1 parent f8645da commit 1c6d983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Helpers.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ EVENT::Track* ACTS2Marlin_track(
track->trackStates().push_back(trackStateAtCalo);
}
else{
streamlog_out(MESSAGE) << "Failed propagation! " << std::endl;
streamlog_out(DEBUG) << "Failed propagation! " << std::endl;
}
}
else{
Expand All @@ -377,7 +377,7 @@ EVENT::Track* ACTS2Marlin_track(
track->trackStates().push_back(trackStateAtCalo);
}
else{
streamlog_out(MESSAGE) << "Failed propagation!" << std::endl;
streamlog_out(DEBUG) << "Failed propagation!" << std::endl;
}
}
}
Expand Down

0 comments on commit 1c6d983

Please sign in to comment.