Skip to content
Snippets Groups Projects
Unverified Commit 73fa1a96 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

work: Fix log invocation

parent 68bc276b
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ sub run { ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment