summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/boot1/zfs_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/efi/boot1/zfs_module.c')
-rw-r--r--sys/boot/efi/boot1/zfs_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/boot1/zfs_module.c b/sys/boot/efi/boot1/zfs_module.c
index 4e2c5c4..925f0b2 100644
--- a/sys/boot/efi/boot1/zfs_module.c
+++ b/sys/boot/efi/boot1/zfs_module.c
@@ -135,7 +135,7 @@ load(const char *filepath, dev_info_t *devinfo, void **bufp, size_t *bufsize)
if ((status = bs->AllocatePool(EfiLoaderData, (UINTN)st.st_size, &buf))
!= EFI_SUCCESS) {
- printf("Failed to allocate load buffer %zu for pool '%s' for '%s' "
+ printf("Failed to allocate load buffer %zd for pool '%s' for '%s' "
"(%lu)\n", st.st_size, spa->spa_name, filepath, EFI_ERROR_CODE(status));
return (EFI_INVALID_PARAMETER);
}
OpenPOWER on IntegriCloud