From 58a4df65c0c338c5f666098343a9417e297d7d7f Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Fri, 26 Apr 2024 13:46:00 +0200 Subject: [PATCH] Reword the report msg in the console output to note remediations Users who do not understand why they should read the generated leapp report. They are missing that the console output is just a summary overview of the report itself. Rewording the msg little bit to make it explicitely clear that report contains more details about discovered problems and possible remediation instructions. Jira: https://issues.redhat.com/browse/RHEL-25406 https://issues.redhat.com/browse/RHEL-25407 --- leapp/utils/output.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/leapp/utils/output.py b/leapp/utils/output.py index 4bca48127..1581df0b6 100644 --- a/leapp/utils/output.py +++ b/leapp/utils/output.py @@ -202,7 +202,8 @@ def report_info(context_id, report_paths, log_paths, answerfile=None, fail=False _print_reports_summary(reports) print( - '\n{bold}Before continuing consult the full report:{reset}' + '\n{bold}Before continuing, review the full report below for details' + ' about discovered problems and possible remediation instructions:{reset}' .format(bold=Color.bold, reset=Color.reset) ) for report_path in report_paths: