1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-21 20:56:15 +02:00

m1r4/dsv/bomshelf: use less alarmist message when overriding a component

This can be something as harmless as replacing one type of LED with
another one.
This commit is contained in:
Werner Almesberger 2012-03-06 21:48:44 -03:00
parent 7c67713e1a
commit 04721daef7

View File

@ -81,8 +81,8 @@ while (<F>) {
if (defined $p) { if (defined $p) {
$cr{$p} = $'; $cr{$p} = $';
for $c (&csv($')) { for $c (&csv($')) {
warn "\"$c\" (supplement) used for $r{$c} ". warn "$p overrides $r{$c} for $c"
"and $p" if defined $r{$c}; if defined $r{$c};
$r{$c} = $p; $r{$c} = $p;
} }
next; next;