From: minima Date: Mon, 15 Jan 2007 22:37:10 +0000 (+0000) Subject: change config display a bit X-Git-Tag: 1.54~35 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=cb8e869e379c398314f48bbd1bb180af0c6b5a34 change config display a bit --- 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;