From bfd1590209bfaaffe0cddcd1710d18eb15ca3113 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 16 Oct 2001 12:53:58 +0000 Subject: print checks --- mdk-stage1/pci-resource/update-pci-ids.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/pci-resource/update-pci-ids.pl') diff --git a/mdk-stage1/pci-resource/update-pci-ids.pl b/mdk-stage1/pci-resource/update-pci-ids.pl index 517f06379..49d4ada9d 100755 --- a/mdk-stage1/pci-resource/update-pci-ids.pl +++ b/mdk-stage1/pci-resource/update-pci-ids.pl @@ -36,7 +36,7 @@ my %sanity_check = ); foreach $type (keys %t) { - print STDERR $type; + print STDERR "$type (checks: ", join('/', @{$sanity_check{$type}}), ") "; my @modulez; foreach $floppy (@{$t{$type}}) { foreach $marfile (glob("../../all.modules/*/${floppy}_modules.mar")) { -- cgit v1.2.1