mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-28 11:23:04 +00:00
trivial: Add some missing debug information when detaching
This commit is contained in:
parent
175635b916
commit
68327f3abd
@ -1249,7 +1249,8 @@ dfu_device_detach (DfuDevice *device, GCancellable *cancellable, GError **error)
|
||||
g_set_error (error,
|
||||
FWUPD_ERROR,
|
||||
FWUPD_ERROR_NOT_SUPPORTED,
|
||||
"Already in DFU mode");
|
||||
"Already in DFU mode; state is %s",
|
||||
dfu_state_to_string (priv->state));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user