Unverified Commit 925a1a69 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

work: demote MOTIS errors to debug (some backends just return 500 sometimes)

parent 349a0934
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -402,7 +402,7 @@ sub run {
			};
			if ($@) {
				$errors += 1;
				$self->app->log->error(
				$self->app->log->debug(
					"work($uid) @ MOTIS $entry->{backend_name}: $@");
			}
		}