From 76dcafee1f7b7c259e92e8fa5af0947f97ad5fc7 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 1 Feb 2022 11:06:11 +0000 Subject: [PATCH] redfish: Do not use 'unspecified' for the unknown error --- plugins/redfish/fu-ipmi-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/redfish/fu-ipmi-device.c b/plugins/redfish/fu-ipmi-device.c index 392975745..7ebb5d713 100644 --- a/plugins/redfish/fu-ipmi-device.c +++ b/plugins/redfish/fu-ipmi-device.c @@ -179,7 +179,7 @@ fu_ipmi_device_errcode_to_string(guint8 errcode) return "nak-on-write"; if (errcode == IPMI_ERR_UNSPECIFIED) return "unspecified"; - return "unspecified"; + return "unknown"; } static gboolean