mirror of
https://github.com/AltraMayor/f3.git
synced 2025-09-16 10:36:10 -04:00
f3probe: add a blank line when --destructive is used
When option --destructive was being used, f3probe was not spacing the final diagnosis message.
This commit is contained in:
parent
59ab4e9a8e
commit
591ad8a7bf
@ -431,10 +431,12 @@ static int test_device(struct args *args)
|
||||
assert(final_dev_filename);
|
||||
|
||||
if (args->save)
|
||||
printf(" Done\n\n");
|
||||
printf(" Done\n");
|
||||
if (args->save || (!args->debug && args->reset_type == RT_MANUAL_USB))
|
||||
printf("\n");
|
||||
|
||||
if (strcmp(args->filename, final_dev_filename))
|
||||
printf("\nWARNING: device `%s' moved to `%s' due to the resets\n\n",
|
||||
printf("WARNING: device `%s' moved to `%s' due to the resets\n\n",
|
||||
args->filename, final_dev_filename);
|
||||
|
||||
fake_type = dev_param_to_type(real_size_byte, announced_size_byte,
|
||||
|
Loading…
x
Reference in New Issue
Block a user