From 6e28efbb5fd5b7208b11fb51c5ed1ad3865a6b36 Mon Sep 17 00:00:00 2001 From: David Karoly Date: Wed, 1 Dec 2021 20:42:38 +0100 Subject: [PATCH] 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 Reviewed-by: Adrien Destugues --- src/system/boot/platform/efi/devices.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/platform/efi/devices.cpp b/src/system/boot/platform/efi/devices.cpp index 16f49aa54e..c2eb2c9d96 100644 --- a/src/system/boot/platform/efi/devices.cpp +++ b/src/system/boot/platform/efi/devices.cpp @@ -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",