work: Fix log invocation

This commit is contained in:
Daniel Friesel 2022-12-27 09:46:15 +01:00
parent 68bc276bff
commit 73fa1a960c
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -57,7 +57,7 @@ sub run {
@{ $status->{results} }; @{ $status->{results} };
if ( not $train ) { if ( not $train ) {
$self->log->info( $self->app->log->info(
"could not find train $train_id at $dep\n"); "could not find train $train_id at $dep\n");
return; return;
} }