ui: better output

This commit is contained in:
Dobin
2024-02-21 19:16:00 +00:00
parent ce550a5206
commit ce99a36c94
2 changed files with 8 additions and 7 deletions
+3 -2
View File
@@ -29,8 +29,9 @@ def create_c_from_template(
plugin_decoder = ""
plugin_executor = ""
logger.info("--[ Create C from template: {} {} {} {} {}".format(
source_style.value, alloc_style.value, exec_style.value, decoder_style.value, payload_len
logger.info("--[ Create C from template")
logger.warn("---[ Loader modules = Alloc: {} Decoder: {} Exec: {}".format(
alloc_style.value, decoder_style.value, exec_style.value
))
filepath = "plugins/allocator/{}.c".format(alloc_style.value)