Remove .c_str() from parameters to log_debug()
This commit is contained in:
committed by
Robert O'Callahan
parent
cb9d0b6ff9
commit
1e5f920dbd
@@ -1017,7 +1017,7 @@ struct XAigerWriter : AigerWriter {
|
||||
auto &minfo = cursor.leaf_minfo(*this);
|
||||
|
||||
for (auto box : minfo.found_blackboxes) {
|
||||
log_debug(" - %s.%s (type %s): ", cursor.path().c_str(),
|
||||
log_debug(" - %s.%s (type %s): ", cursor.path(),
|
||||
RTLIL::unescape_id(box->name),
|
||||
log_id(box->type));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user