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

add_route_timestamps: change log severity to debug

we cannot do much about backend errors
parent 2534cae3
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -1128,14 +1128,7 @@ sub startup {
			)->catch(
				sub {
					my ($err) = @_;
					if ( $err
						=~ m{trainlink not found|extra content at the end}i )
					{
					$self->app->log->debug("add_route_timestamps: $err");
					}
					else {
						$self->app->log->warn("add_route_timestamps: $err");
					}
					return;
				}
			)->wait;