diff --git a/scripts/wk/hw/ddrescue.py b/scripts/wk/hw/ddrescue.py index 36ebce2b..f9b0d023 100644 --- a/scripts/wk/hw/ddrescue.py +++ b/scripts/wk/hw/ddrescue.py @@ -1697,8 +1697,9 @@ def main(): break # Save results to log - std.print_standard(' ') - std.print_report(state.generate_report()) + LOG.info('') + for line in state.generate_report(): + LOG.info(' %s', std.strip_colors(line)) def mount_raw_image(path):