Re-assessing drive status after automatic formatting by a write run

This commit is contained in:
Thomas Schmitt 2019-05-02 19:54:45 +02:00
parent 1eb51f44da
commit aa50f5cc2f
2 changed files with 2 additions and 1 deletions

View File

@ -340,6 +340,7 @@ int Xorriso_auto_format(struct XorrisO *xorriso, int flag)
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0);
return(ret);
}
burn_drive_re_assess(drive, 0);
}
}
return(1);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2019.04.22.082211"
#define Xorriso_timestamP "2019.05.02.175412"