mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-24 22:48:09 +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";
|
||||
if (errcode == IPMI_ERR_UNSPECIFIED)
|
||||
return "unspecified";
|
||||
return "unspecified";
|
||||
return "unknown";
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user