This commit is contained in:
Daniel Friesel 2020-10-01 19:55:06 +02:00
parent 8d53f7f5c8
commit b0de6628b3

View file

@ -268,7 +268,7 @@ sub run {
$self->app->traewelling->log(
uid => $candidate->{uid},
message =>
"Fehler bei $opt{train_type} $opt{train_no}: Keine trip_id vorhanden",
"Fehler bei $candidate->{train_type} $candidate->{train_no}: Keine trip_id vorhanden",
is_error => 1
);
return;