summaryrefslogtreecommitdiff
path: root/bin/efa
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa')
-rwxr-xr-xbin/efa4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/efa b/bin/efa
index d28f32c..c69d8ab 100755
--- a/bin/efa
+++ b/bin/efa
@@ -145,13 +145,13 @@ sub display_connection {
$c->delay, $c->departure_stime, $c->arrival_stime );
}
- for my $extra ( $c->sched_info ) {
+ for my $extra ( $c->regular_notes ) {
if ( not( length $ignore_info and $extra =~ /$ignore_info/i ) ) {
say "# $extra";
}
}
- for my $notice ( $c->current_info ) {
+ for my $notice ( $c->current_notes ) {
if ( $notice->{subtitle} ne $notice->{subject} ) {
printf( "# %s - %s\n", $notice->{subtitle}, $notice->{subject} );
}