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:
David Karoly
2021-12-11 14:16:34 +00:00
committed by Adrien Destugues
parent 1103466926
commit 6e28efbb5f
+1 -1
View File
@@ -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",