summaryrefslogtreecommitdiff
path: root/bin/efa-m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa-m')
-rwxr-xr-xbin/efa-m10
1 files changed, 4 insertions, 6 deletions
diff --git a/bin/efa-m b/bin/efa-m
index a885be3..28136fb 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -136,13 +136,11 @@ sub show_results {
next;
}
+ if ( $d->is_cancelled ) {
+ $dtime .= ' CANCELED';
+ }
if ( $d->delay ) {
- if ($d->delay eq '-9999') {
- $dtime .= ' CANCELED';
- }
- else {
- $dtime .= ' (+' . $d->delay . ')';
- }
+ $dtime .= ' (+' . $d->delay . ')';
}
push( @output,