mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
debug output
This commit is contained in:
parent
b9cda07f85
commit
7455653f54
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue