Skip to content

Commit

Permalink
Downgrade severity of bad rename call from error to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joern274 committed May 17, 2024
1 parent cd39488 commit 6f44584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netlist/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ namespace hal
{
if (utils::trim(name).empty())
{
log_error("module", "module name cannot be empty.");
log_warning("module", "module name cannot be empty.");
return;
}
if (name != m_name)
Expand Down

0 comments on commit 6f44584

Please sign in to comment.