dup msg id

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-02-12 11:20:05 -07:00
parent 0420f2f6f6
commit 20178bc924
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ SpefReader::findParasiticNode(char *name,
warn(1656, "pin %s not found.", name1);
}
else
warn(1656, "pin %s not found.", name);
warn(1657, "pin %s not found.", name);
}
}
return nullptr;