mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-26 00:52:29 +00:00
redfish: Do not use 'unspecified' for the unknown error
This commit is contained in:
parent
75b68ed9f9
commit
76dcafee1f
@ -179,7 +179,7 @@ fu_ipmi_device_errcode_to_string(guint8 errcode)
|
|||||||
return "nak-on-write";
|
return "nak-on-write";
|
||||||
if (errcode == IPMI_ERR_UNSPECIFIED)
|
if (errcode == IPMI_ERR_UNSPECIFIED)
|
||||||
return "unspecified";
|
return "unspecified";
|
||||||
return "unspecified";
|
return "unknown";
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user