update logs styles infotext

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-02-24 08:24:11 -05:00
parent 10626270c0
commit c11952ad5b
14 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ def check_active(p, unit_type, units):
else:
if u.process.processor_id is not None:
active_process.append(u.process)
shared.log.debug(f'Control process unit: i={num_units} process={u.process.processor_id}')
shared.log.debug(f'Control process unit: i={num_units} process={u.process.processor_id}')
active_strength.append(float(u.strength))
debug_log(f'Control active: process={len(active_process)} model={len(active_model)}')
return active_process, active_model, active_strength, active_start, active_end