refactor: more consistent log output indent

This commit is contained in:
Dobin Rutishauser
2024-06-22 16:35:20 +02:00
parent bbd3297a95
commit 4e62df29db
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ def compile_dev(
asm_out: FilePath,
short_call_patching: bool = False,
):
logger.info("--( Compile C to ASM: {} -> {} ".format(c_in, asm_out))
logger.info("-( Compile C to ASM: {} -> {} ".format(c_in, asm_out))
# Compile C To Assembly (text)
run_process_checkret([
@@ -54,7 +54,7 @@ def compile(
carrier: Carrier,
settings: Settings,
):
logger.info("--[ Compile C to ASM: {} -> {} ".format(c_in, asm_out))
logger.info("-[ Compile C to ASM: {} -> {} ".format(c_in, asm_out))
# Compile C To Assembly (text)
run_process_checkret([