change config display a bit
authorminima <minima>
Mon, 15 Jan 2007 22:37:10 +0000 (22:37 +0000)
committerminima <minima>
Mon, 15 Jan 2007 22:37:10 +0000 (22:37 +0000)
perl/Route.pm

index 9e887635e8d470b13f17deb81978bdc3e85db352..5681e0394e620ea54f78f986724ed8b117746cc0 100644 (file)
@@ -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;