We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8645da commit 1c6d983Copy full SHA for 1c6d983
1 file changed
src/Helpers.cxx
@@ -362,7 +362,7 @@ EVENT::Track* ACTS2Marlin_track(
362
track->trackStates().push_back(trackStateAtCalo);
363
}
364
else{
365
- streamlog_out(MESSAGE) << "Failed propagation! " << std::endl;
+ streamlog_out(DEBUG) << "Failed propagation! " << std::endl;
366
367
368
@@ -377,7 +377,7 @@ EVENT::Track* ACTS2Marlin_track(
377
378
379
380
- streamlog_out(MESSAGE) << "Failed propagation!" << std::endl;
+ streamlog_out(DEBUG) << "Failed propagation!" << std::endl;
381
382
383
0 commit comments