trivial: return for UEFI errors is a decimal not string.

This is for part of issue #38.
This commit is contained in:
Mario Limonciello 2015-11-12 10:06:39 -06:00
parent 6fade1ffea
commit e43cfdcb3d

View File

@ -261,7 +261,7 @@ fu_provider_uefi_update (FuProvider *provider,
g_set_error (error, g_set_error (error,
FWUPD_ERROR, FWUPD_ERROR,
FWUPD_ERROR_NOT_SUPPORTED, FWUPD_ERROR_NOT_SUPPORTED,
"UEFI firmware update failed: %s", "UEFI firmware update failed: %d",
call); call);
goto out; goto out;
} }