mirror of
https://github.com/derf/travelynx
synced 2024-11-10 15:04:17 +00:00
change 'ignoring polyline' log severity to debug
This commit is contained in:
parent
e91495775c
commit
aa4e408df8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue