summaryrefslogtreecommitdiff
path: root/bin/db-iris
diff options
context:
space:
mode:
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-xbin/db-iris2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-iris b/bin/db-iris
index 684e80a..f2b65b0 100755
--- a/bin/db-iris
+++ b/bin/db-iris
@@ -368,7 +368,7 @@ for my $d ( $status->results() ) {
push(
@output,
[
- $timestr, $d->train,
+ $timestr, $d->train . ($d->is_unscheduled ? ' !' : q{}),
$edata{route} ? join( q{ }, $d->route_interesting ) : q{},
$d->route_end, $platformstr // q{}, $d
]