mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcAppleDiskImageLib: Print offsets as well
This commit is contained in:
parent
6ef7feaa76
commit
d7ba88b866
@ -79,8 +79,10 @@ OcAppleDiskImageInitializeContext (
|
||||
if (!Result || (Trailer.Signature != SwappedSig)) {
|
||||
DEBUG ((
|
||||
DEBUG_INFO,
|
||||
"Dmg trailer error: %d - %X/%X.\n",
|
||||
"Dmg trailer error: %d - %Lx/%Lx - %X/%X.\n",
|
||||
Result,
|
||||
(UINT64) TrailerOffset,
|
||||
(UINT64) FileSize,
|
||||
SwappedSig,
|
||||
Trailer.Signature
|
||||
));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user