summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/efa-m7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/efa-m b/bin/efa-m
index c08bf51..1ef16bf 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -135,7 +135,12 @@ sub show_results {
}
if ( $d->delay ) {
- $dtime .= ' (+' . $d->delay . ')';
+ if ($d->delay eq '-9999') {
+ $dtime .= ' CANCELED';
+ }
+ else {
+ $dtime .= ' (+' . $d->delay . ')';
+ }
}
push( @output,