ui: nicer output

This commit is contained in:
Dobin
2024-02-19 20:34:31 +00:00
parent 2f9ba27ed1
commit fb23835d51
9 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ def create_c_from_template(
plugin_executor = ""
logger.info("--[ Create C from template: {} {} {} {} {}".format(
source_style, alloc_style, exec_style, decoder_style, payload_len
source_style.value, alloc_style.value, exec_style.value, decoder_style.value, payload_len
))
filepath = "plugins/allocator/{}.c".format(alloc_style.value)