flatten: clean up log messages.

This commit is contained in:
whitequark 2020-06-03 20:06:04 +00:00
parent d731fe054b
commit 5a5a9b4ffe
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ struct FlattenWorker
continue;
if (cell->get_bool_attribute(ID::keep_hierarchy) || tpl->get_bool_attribute(ID::keep_hierarchy)) {
log("Keeping %s.%s (found keep_hierarchy property).\n", log_id(module), log_id(cell));
log("Keeping %s.%s (found keep_hierarchy attribute).\n", log_id(module), log_id(cell));
used_modules.insert(tpl);
continue;
}