Commit 9acc9822 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

also allow regionalExpress, just to be safe

parent 9ad3b3c9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2397,8 +2397,7 @@ sub startup {
			}

			if ( $traewelling->{category}
				!~ m{^ (?: national | nationalExpress | regional | suburban ) $ }x
			  )
				!~ m{^ (?: national .* | regional .* | suburban ) $ }x )
			{
				$self->log->debug(
					"... status is not a train, but $traewelling->{category}");