debug output

This commit is contained in:
Birte Kristina Friesel 2024-07-25 20:01:47 +02:00
parent b9cda07f85
commit 7455653f54
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -95,7 +95,8 @@ sub get_connecting_trains_p {
return $promise->reject;
}
$self->log->debug( join( q{, }, map { $_->{name} } @destinations ) );
$self->log->debug( 'get_connection_targets returned '
. join( q{, }, map { $_->{name} } @destinations ) );
my $can_check_in = not $arr_epoch || ( $arr_countdown // 1 ) < 0;
my $lookahead