diff options
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-x | bin/db-iris | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/db-iris b/bin/db-iris index 59ba4ba..2aa94b7 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -306,7 +306,10 @@ sub display_result { } if ( $edata{fullroute} ) { - print "\n" . join( "\n", $d->route ) . "\n\n"; + print "\n" + . join( "\n", $d->route_pre ) + . "\n - - - -\n" + . join( "\n", $d->route_post ) . "\n\n"; } } |