prepare for new release

This commit is contained in:
longpanda 2020-07-09 19:26:10 +08:00
parent 4fda20d844
commit dcb3264519
15 changed files with 148 additions and 16 deletions

View file

@ -167,7 +167,7 @@ STATIC EFI_STATUS EFIAPI ventoy_read_iso_sector
MapLba, secRead * 2048, pCurBuf);
if (EFI_ERROR(Status))
{
debug("Raw disk read block failed %r", Status);
debug("Raw disk read block failed %r LBA:%lu Count:%u", Status, MapLba, secRead);
return Status;
}