diff --git a/app/tutorials/weather-warning/src/main/java/org/eclipse/mosaic/app/tutorial/WeatherWarningApp.java b/app/tutorials/weather-warning/src/main/java/org/eclipse/mosaic/app/tutorial/WeatherWarningApp.java index a87a51631..27dd2fa9c 100644 --- a/app/tutorials/weather-warning/src/main/java/org/eclipse/mosaic/app/tutorial/WeatherWarningApp.java +++ b/app/tutorials/weather-warning/src/main/java/org/eclipse/mosaic/app/tutorial/WeatherWarningApp.java @@ -256,7 +256,7 @@ private void reactUponDENMessageChangeRoute(Denm denm) { // Retrieve only the connection id and throw away the edge id // NOTE: a route info id has the format connectionId_edgeId if (connection.equals(affectedConnectionId)) { - getLog().infoSimTime(this, "The Event is on the vehicle's route {} = {}", connection, affectedConnectionId); + getLog().infoSimTime(this, "The event occurred on connection with id={}, which is part of vehicle's route with id={}", connection, routeInfo.getId()); circumnavigateAffectedRoad(denm, affectedConnectionId); routeChanged = true;