Skip to content

Commit b246cc1

Browse files
eckterbougue-pe
andauthored
Update core/src/main/kotlin/fr/sncf/osrd/stdcm/graph/STDCMSimulations.kt
Co-authored-by: bougue-pe <150040524+bougue-pe@users.noreply.github.com>
1 parent b310eac commit b246cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/fr/sncf/osrd/stdcm/graph/STDCMSimulations.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class STDCMSimulations {
125125
fun logWarnings() {
126126
if (nFailedSimulation > 0)
127127
logger.info(
128-
"$nFailedSimulation simulations failed over the search (usually because of lack of traction)"
128+
"A total of $nFailedSimulation STDCM Simulations failed during the search (usually because of lack of traction)"
129129
)
130130
}
131131
}

0 commit comments

Comments
 (0)