redfish: Do not use 'unspecified' for the unknown error

This commit is contained in:
Richard Hughes 2022-02-01 11:06:11 +00:00
parent 75b68ed9f9
commit 76dcafee1f

View File

@ -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