Optimization for Ventoy2Disk.exe

This commit is contained in:
longpanda
2021-10-20 17:27:06 +08:00
parent 9cfd05811b
commit ee104bfa97
3 changed files with 11 additions and 4 deletions

View File

@@ -1657,7 +1657,9 @@ int InstallVentoy2PhyDrive(PHY_DRIVE_INFO *pPhyDrive, int PartStyle, int TryId)
if (!VDS_DeleteAllPartitions(pPhyDrive->PhyDrive))
{
Log("Notice: Could not delete partitions: %u", GetLastError());
Log("Notice: Could not delete partitions: 0x%x", GetLastError());
rc = 1;
goto End;
}
Log("Deleting all partitions ......................... OK");