Reporting with severity DEBUG about read error messages during image loading
This commit is contained in:
@ -1327,7 +1327,7 @@ int isoburn_read_iso_head(struct burn_drive *d, int lba,
|
||||
if(to_read >= (off_t) (64 * 1024))
|
||||
to_read= 64 * 1024;
|
||||
ret = burn_read_data(d, ((off_t) lba) * (off_t) 2048, (char *) buffer,
|
||||
to_read, &data_count, 2); /* no error messages */
|
||||
to_read, &data_count, 32); /* error messages as DEBUG */
|
||||
} else
|
||||
ret= 0;
|
||||
if(ret<=0)
|
||||
|
Reference in New Issue
Block a user