From 830e088ccffc200deafadb47450a31ae3ab7d230 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Thu, 8 Apr 2021 23:17:00 -0600 Subject: [PATCH] Report if the dest starts failing during recovery --- scripts/wk/hw/ddrescue.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/wk/hw/ddrescue.py b/scripts/wk/hw/ddrescue.py index 0a063a98..91f01f2c 100644 --- a/scripts/wk/hw/ddrescue.py +++ b/scripts/wk/hw/ddrescue.py @@ -1984,6 +1984,7 @@ def run_ddrescue(state, block_pair, pass_name, settings, dry_run=True): if warning_message: # Error detected on destination, stop recovery exe.stop_process(proc) + std.print_error(warning_message) break if _i % 60 == 0: # Clear ddrescue pane