diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-04 19:19:10 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-04 19:19:10 +0100 |
commit | c1d880d84e93d5c60098b2e3de909a950b78023c (patch) | |
tree | ec0ef38bab0d6297e30c62cabb5eca176d047eda /bin | |
parent | a92a2b0d5583114cd3d86660af6a81f19223b003 (diff) |
Departure: Add "id" accessor
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa-m | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -483,11 +483,7 @@ sub show_results { @output_line = ( $dtime, $platform, $line, q{}, $d->destination, $d ); if ($show_jid) { - $output_line[2] .= sprintf( ' %s@%d(%s)%d', - $d->stateless =~ s{ }{}gr, - scalar $d->route_pre ? ( $d->route_pre )[0]->id : $d->stop_id, - $d->sched_datetime->strftime('%Y%m%d'), - $d->key ); + $output_line[2] .= ' ' . $d->id; } if ( $edata{route} ) { |