aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/ast/ast.cc')
-rw-r--r--frontends/ast/ast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/ast/ast.cc b/frontends/ast/ast.cc
index 10fd5277a..b3f78c922 100644
--- a/frontends/ast/ast.cc
+++ b/frontends/ast/ast.cc
@@ -1199,7 +1199,7 @@ RTLIL::IdString AstModule::derive(RTLIL::Design *design, dict<RTLIL::IdString, R
new_subcell->set_bool_attribute("\\is_interface");
}
else {
- log_error("No port with matching name found (%s) in %s. Stopping\n", log_id(intf.first), modname);
+ log_error("No port with matching name found (%s) in %s. Stopping\n", log_id(intf.first), modname.c_str());
}
}