Unverified Commit aa4e408d authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

change 'ignoring polyline' log severity to debug

parent e9149577
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
					);