From 31d584674e37055da25104bc8aada280cd83c170 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 31 Jul 2025 22:16:45 +0200 Subject: work: Demote the _correct_ MOTIS error type to debug 925a1a69fec61d03cb7fb1d5c94d406d17c9917d addressed the wrong one --- lib/Travelynx/Command/work.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Travelynx/Command/work.pm') diff --git a/lib/Travelynx/Command/work.pm b/lib/Travelynx/Command/work.pm index 4255787..18584ed 100644 --- a/lib/Travelynx/Command/work.pm +++ b/lib/Travelynx/Command/work.pm @@ -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}: $@"); } } -- cgit v1.2.3