Skip to content

Commit 7f21a4f

Browse files
author
Roger Strain
committed
Fixed default log name prefix
Distro A; OPSEC #4584 Signed-off-by: Roger Strain <[email protected]>
1 parent 6a39ff0 commit 7f21a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/launch/actions/execute_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(
9090
'sigkill_timeout', default=5),
9191
emulate_tty: bool = False,
9292
output: Text = 'log',
93-
output_format: Text = '[{this.process_description.name}] {line}',
93+
output_format: Text = '[{this.process_description.final_name}] {line}',
9494
log_cmd: bool = False,
9595
on_exit: Optional[Union[
9696
SomeActionsType,

0 commit comments

Comments
 (0)