From cb8e869e379c398314f48bbd1bb180af0c6b5a34 Mon Sep 17 00:00:00 2001 From: minima Date: Mon, 15 Jan 2007 22:37:10 +0000 Subject: [PATCH] change config display a bit --- perl/Route.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/perl/Route.pm b/perl/Route.pm index 9e887635..5681e039 100644 --- a/perl/Route.pm +++ b/perl/Route.pm @@ -197,7 +197,9 @@ sub config } if ($printit) { - my $pcall = "$call:" . $self->obscount; + my $pcall = $call; + $pcall .= ":" . $self->obscount if $self->via_pc92; + $line = ' ' x ($level*2) . "$pcall"; $call = ' ' x length $pcall; -- 2.34.1