Skip to content

Commit

Permalink
Update core/src/main/kotlin/fr/sncf/osrd/stdcm/graph/STDCMSimulations.kt
Browse files Browse the repository at this point in the history
Co-authored-by: bougue-pe <[email protected]>
  • Loading branch information
eckter and bougue-pe authored Nov 19, 2024
1 parent b310eac commit b246cc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class STDCMSimulations {
fun logWarnings() {
if (nFailedSimulation > 0)
logger.info(
"$nFailedSimulation simulations failed over the search (usually because of lack of traction)"
"A total of $nFailedSimulation STDCM Simulations failed during the search (usually because of lack of traction)"
)
}
}
Expand Down

0 comments on commit b246cc1

Please sign in to comment.