Loading bin/db-iris +4 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,10 @@ sub display_result { my $d = $line->[5]; if ( $edata{delay} and $d->delay and $d->delay_messages ) { if ( $edata{delay} and ( $d->delay or $d->is_cancelled ) and $d->delay_messages ) { printf( ' %s', ( $d->delay_messages )[-1]->[1] ); } if ( $edata{qos} and $d->qos_messages ) { Loading Loading
bin/db-iris +4 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,10 @@ sub display_result { my $d = $line->[5]; if ( $edata{delay} and $d->delay and $d->delay_messages ) { if ( $edata{delay} and ( $d->delay or $d->is_cancelled ) and $d->delay_messages ) { printf( ' %s', ( $d->delay_messages )[-1]->[1] ); } if ( $edata{qos} and $d->qos_messages ) { Loading