Skip to content

Commit

Permalink
Fixed default log name prefix
Browse files Browse the repository at this point in the history
Distro A; OPSEC #4584

Signed-off-by: Roger Strain <[email protected]>
  • Loading branch information
Roger Strain committed Mar 3, 2021
1 parent 6a39ff0 commit a408d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/launch/actions/execute_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(
'sigkill_timeout', default=5),
emulate_tty: bool = False,
output: Text = 'log',
output_format: Text = '[{this.process_description.name}] {line}',
output_format: Text = '[{this.__process_description.final_name}] {line}',
log_cmd: bool = False,
on_exit: Optional[Union[
SomeActionsType,
Expand Down

0 comments on commit a408d92

Please sign in to comment.