platform/efi/devices: fix build when TRACE is enabled
Change-Id: If9ea3212b7908aaa6c9c6774cb68a6dbf635a5ac Reviewed-on: https://review.haiku-os.org/c/haiku/+/4761 Tested-by: Commit checker robot <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
1103466926
commit
6e28efbb5f
@@ -203,7 +203,7 @@ platform_add_boot_device(struct stage2_args *args, NodeList *devicesList)
|
||||
panic("Cannot get block device handle!");
|
||||
|
||||
TRACE("%s: %p: present: %s, logical: %s, removeable: %s, "
|
||||
"blocksize: %" B_PRIu32 ", lastblock: %" B_PRIu64 "\n",
|
||||
"blocksize: %" PRIu32 ", lastblock: %" PRIu64 "\n",
|
||||
__func__, blockIo,
|
||||
blockIo->Media->MediaPresent ? "true" : "false",
|
||||
blockIo->Media->LogicalPartition ? "true" : "false",
|
||||
|
||||
Reference in New Issue
Block a user