Replace `RTLIL::id2cstr()` with `log_id()`.

Co-Authored-By: Eddie Hung <eddie@fpgeh.com>
This commit is contained in:
Alberto Gonzalez 2020-03-30 16:50:36 +00:00
parent 4681f02a6e
commit 7fc0938bb6
No known key found for this signature in database
GPG Key ID: 8395A8BA109708B2
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ struct DesignPass : public Pass {
continue;
}
if (sel.selected_module(mod->name))
log_cmd_error("Module %s is only partly selected.\n", RTLIL::id2cstr(mod->name));
log_cmd_error("Module %s is only partly selected.\n", log_id(mod->name));
}
if (import_mode) {