Skip to content

Commit 1c6d983

Browse files
author
Federico Meloni
committed
change message into DEBUG
1 parent f8645da commit 1c6d983

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Helpers.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ EVENT::Track* ACTS2Marlin_track(
362362
track->trackStates().push_back(trackStateAtCalo);
363363
}
364364
else{
365-
streamlog_out(MESSAGE) << "Failed propagation! " << std::endl;
365+
streamlog_out(DEBUG) << "Failed propagation! " << std::endl;
366366
}
367367
}
368368
else{
@@ -377,7 +377,7 @@ EVENT::Track* ACTS2Marlin_track(
377377
track->trackStates().push_back(trackStateAtCalo);
378378
}
379379
else{
380-
streamlog_out(MESSAGE) << "Failed propagation!" << std::endl;
380+
streamlog_out(DEBUG) << "Failed propagation!" << std::endl;
381381
}
382382
}
383383
}

0 commit comments

Comments
 (0)