Unverified Commit 31d58467 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

work: Demote the _correct_ MOTIS error type to debug

925a1a69 addressed the wrong one
parent 925a1a69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -381,7 +381,7 @@ sub run {
				)->catch(
					sub {
						my ($err) = @_;
						$self->app->log->error(
						$self->app->log->debug(
"work($uid) @ MOTIS $entry->{backend_name}: journey: $err"
						);
					}
@@ -402,7 +402,7 @@ sub run {
			};
			if ($@) {
				$errors += 1;
				$self->app->log->debug(
				$self->app->log->error(
					"work($uid) @ MOTIS $entry->{backend_name}: $@");
			}
		}