summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/db-iris3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/db-iris b/bin/db-iris
index dba21a7..9deaf57 100755
--- a/bin/db-iris
+++ b/bin/db-iris
@@ -150,6 +150,9 @@ for my $d ( $status->results() ) {
if ( $d->delay ) {
$delay = ' +' . $d->delay;
}
+ if ( $d->is_cancelled ) {
+ $delay = ' CANCELED';
+ }
push(
@output,