work: Fix log invocation
This commit is contained in:
parent
68bc276bff
commit
73fa1a960c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue