cleanup trace output

This commit is contained in:
Stefan Allius
2024-06-04 21:55:57 +02:00
parent 49e2dfbd86
commit 039a021cda
3 changed files with 3 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ class InfosG3(Infos):
name = str(f'info-id.0x{addr:x}')
if update:
self.tracer.log(level, f'[\'{node_id}\']GEN3: {name} :'
self.tracer.log(level, f'[{node_id}] GEN3: {name} :'
f' {result}{unit}')
i += 1