Corrected error message about drive class "caution"

This commit is contained in:
Thomas Schmitt 2015-03-03 20:20:14 +00:00
parent a5651748a6
commit 9624cdd825
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ int Xorriso_auto_driveadr(struct XorrisO *xorriso, char *adr, char *result,
strcat(xorriso->info_text, "not MMC");
else
strcat(xorriso->info_text, "not existing");
strcat(xorriso->info_text, " and -drive_class 'risky' ");
strcat(xorriso->info_text, " and -drive_class 'caution' ");
Text_shellsafe(Xorriso_get_pattern(xorriso,xorriso->drive_greylist,
ret - 1, 0),
xorriso->info_text, 1);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2015.02.28.142843"
#define Xorriso_timestamP "2015.03.03.201723"