Slightly modified master test

This commit is contained in:
Mario Danic 2006-09-12 19:28:18 +00:00
parent 16e303dd16
commit e27b5e80fe
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ void burn_files(struct burn_drive *drive, struct burn_disc *disc)
if (s != BURN_DISC_BLANK) {
burn_drive_release(drive, 0);
printf("put a blank in the drive, corky\n");
printf("Please insert blank media in the drive\n");
return;
}
o = burn_write_opts_new(drive);