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