change 'ignoring polyline' log severity to debug

This commit is contained in:
Daniel Friesel 2022-12-12 20:00:48 +01:00
parent e91495775c
commit aa4e408df8
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -188,7 +188,7 @@ sub get_route_timestamps_p {
};
}
else {
$self->{log}->info( 'Ignoring polyline for '
$self->{log}->debug( 'Ignoring polyline for '
. $opt{train}->line
. ": IRIS route does not agree with HAFAS route: $iris_stations != $hafas_stations"
);