From e43cfdcb3d87273c30f369ec7f19db581df23b2b Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 12 Nov 2015 10:06:39 -0600 Subject: [PATCH] trivial: return for UEFI errors is a decimal not string. This is for part of issue #38. --- src/fu-provider-uefi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fu-provider-uefi.c b/src/fu-provider-uefi.c index a4e4ebc90..4f2e8caa2 100644 --- a/src/fu-provider-uefi.c +++ b/src/fu-provider-uefi.c @@ -261,7 +261,7 @@ fu_provider_uefi_update (FuProvider *provider, g_set_error (error, FWUPD_ERROR, FWUPD_ERROR_NOT_SUPPORTED, - "UEFI firmware update failed: %s", + "UEFI firmware update failed: %d", call); goto out; }