Commit 9666a2c6 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Do not warn on HAFAS "extra content at the end" (that's just an in-band 404)

parent 3f33341a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1228,7 +1228,9 @@ sub startup {
			)->catch(
				sub {
					my ($err) = @_;
					if ( $err eq 'trainlink not found' ) {
					if ( $err
						=~ m{trainlink not found|extra content at the end}i )
					{
						$self->app->log->debug("add_route_timestamps: $err");
					}
					else {