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:
parent
7c67713e1a
commit
04721daef7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user