1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-21 21:19:42 +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) {
$cr{$p} = $';
for $c (&csv($')) {
warn "\"$c\" (supplement) used for $r{$c} ".
"and $p" if defined $r{$c};
warn "$p overrides $r{$c} for $c"
if defined $r{$c};
$r{$c} = $p;
}
next;