From 3b41a5ae8a1ef00e75ef73a12dc4133d3ed26f64 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 2 Jan 2001 23:45:27 +0000 Subject: use more readable warning messages for missing modules between pci-ids and files actually in marfiles --- 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 06dd302e9..732131421 100755 --- a/mdk-stage1/pci-resource/update-pci-ids.pl +++ b/mdk-stage1/pci-resource/update-pci-ids.pl @@ -47,7 +47,7 @@ struct pci_module_map ${type}_pci_ids[] = { ($absent{$v->[0]} = 1) if (!grep(/^$v->[0]\.o\s/, @{$modulez{$type}})); } - if (%absent) { print STDERR "missing for $type: "; foreach (keys %absent) { print STDERR "$_ " } print STDERR "\n"; }; + if (%absent) { print STDERR "\tmissing for $type: "; foreach (keys %absent) { print STDERR "$_ " } print STDERR "\n"; }; print " }; -- cgit v1.2.1