summaryrefslogtreecommitdiff
path: root/bin/db-iris
diff options
context:
space:
mode:
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-xbin/db-iris3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/db-iris b/bin/db-iris
index f13606e..46c1532 100755
--- a/bin/db-iris
+++ b/bin/db-iris
@@ -253,6 +253,9 @@ sub format_delay {
if ( $d->is_cancelled ) {
$delay = ' CANCELED';
}
+ elsif ( $d->departure_is_cancelled ) {
+ $delay .= ' ⊖';
+ }
return $delay;
}