Corrected error message about drive class "caution"

This commit is contained in:
2015-03-03 20:20:14 +00:00
parent e195c4465b
commit 23133e5e77
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);