also allow regionalExpress, just to be safe
This commit is contained in:
parent
9ad3b3c9e8
commit
9acc9822e4
1 changed files with 1 additions and 2 deletions
|
@ -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}");
|
||||
|
|
Loading…
Reference in a new issue