mirror of https://github.com/KLayout/klayout.git
Also fix issue-1471 (lef: make warning about 'FOREIGN differs from MACRO name' more informative)
This commit is contained in:
parent
9bb8b4e548
commit
d52087fab4
|
|
@ -968,7 +968,7 @@ LEFImporter::read_macro (Layout &layout)
|
|||
foreign_name = cn;
|
||||
|
||||
if (foreign_name != mn) {
|
||||
warn (tl::to_string (tr ("FOREIGN name differs from MACRO name in macro: ")) + mn);
|
||||
warn (tl::to_string (tl::sprintf (tl::to_string (tr ("FOREIGN name %s differs from MACRO %s")), foreign_name, mn)));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue