Report if the dest starts failing during recovery
This commit is contained in:
parent
5a2d35d3cc
commit
830e088ccf
1 changed files with 1 additions and 0 deletions
|
|
@ -1984,6 +1984,7 @@ def run_ddrescue(state, block_pair, pass_name, settings, dry_run=True):
|
||||||
if warning_message:
|
if warning_message:
|
||||||
# Error detected on destination, stop recovery
|
# Error detected on destination, stop recovery
|
||||||
exe.stop_process(proc)
|
exe.stop_process(proc)
|
||||||
|
std.print_error(warning_message)
|
||||||
break
|
break
|
||||||
if _i % 60 == 0:
|
if _i % 60 == 0:
|
||||||
# Clear ddrescue pane
|
# Clear ddrescue pane
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue