diff options
Diffstat (limited to 'buildstream/_frontend/widget.py')
-rw-r--r-- | buildstream/_frontend/widget.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_frontend/widget.py b/buildstream/_frontend/widget.py index 03bb58d65..90b573636 100644 --- a/buildstream/_frontend/widget.py +++ b/buildstream/_frontend/widget.py @@ -549,7 +549,7 @@ class LogLine(Widget): text += '\n' # Separator line before following output - text += self.format_profile.fmt("~" * 79 + '\n') + text += self.format_profile.fmt("=" * 79 + '\n') click.echo(text, color=styling, nl=False, err=True) if log_file: |