diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-16 12:53:58 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-16 12:53:58 +0000 |
commit | bfd1590209bfaaffe0cddcd1710d18eb15ca3113 (patch) | |
tree | 3cb1acdbd4a83c113f6bf466b2a9931b1b918ebd /mdk-stage1 | |
parent | f28d87dbec545f1912d1784e4b0438c151dd07bc (diff) | |
download | drakx-bfd1590209bfaaffe0cddcd1710d18eb15ca3113.tar drakx-bfd1590209bfaaffe0cddcd1710d18eb15ca3113.tar.gz drakx-bfd1590209bfaaffe0cddcd1710d18eb15ca3113.tar.bz2 drakx-bfd1590209bfaaffe0cddcd1710d18eb15ca3113.tar.xz drakx-bfd1590209bfaaffe0cddcd1710d18eb15ca3113.zip |
print checks
Diffstat (limited to 'mdk-stage1')
-rwxr-xr-x | mdk-stage1/pci-resource/update-pci-ids.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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")) { |