mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
work: 'did not find $dep' is not actionable → change severity to debug
This commit is contained in:
parent
11b28d23fe
commit
55451b78f4
1 changed files with 3 additions and 3 deletions
|
@ -55,8 +55,8 @@ sub run {
|
|||
}
|
||||
}
|
||||
if ( not $found_dep ) {
|
||||
return Mojo::Promise->reject(
|
||||
"Did not find $dep within journey $train_id");
|
||||
$self->app->log->debug("Did not find $dep within journey $train_id");
|
||||
return;
|
||||
}
|
||||
|
||||
if ( $found_dep->{rt_dep} ) {
|
||||
|
@ -122,7 +122,7 @@ sub run {
|
|||
@{ $status->{results} };
|
||||
|
||||
if ( not $train ) {
|
||||
$self->app->log->info(
|
||||
$self->app->log->debug(
|
||||
"could not find train $train_id at $dep\n");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue