diff options
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-x | bin/db-iris | 3 |
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, |