Unverified Commit 55451b78 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

work: 'did not find $dep' is not actionable → change severity to debug

parent 11b28d23
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
				}