mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 07:09:57 +00:00
dfu: Downgrade a trivial harmless warning to debug
This commit is contained in:
parent
a436feb8a9
commit
2b310fb368
@ -1298,9 +1298,9 @@ fu_dfu_device_probe(FuDevice *device, GError **error)
|
|||||||
|
|
||||||
/* check capabilities */
|
/* check capabilities */
|
||||||
if (!fu_dfu_device_can_download(self)) {
|
if (!fu_dfu_device_can_download(self)) {
|
||||||
g_warning("%04x:%04x is missing download capability",
|
g_debug("%04x:%04x is missing download capability",
|
||||||
g_usb_device_get_vid(usb_device),
|
g_usb_device_get_vid(usb_device),
|
||||||
g_usb_device_get_pid(usb_device));
|
g_usb_device_get_pid(usb_device));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hardware from Jabra literally reboots if you try to retry a failed
|
/* hardware from Jabra literally reboots if you try to retry a failed
|
||||||
|
Loading…
Reference in New Issue
Block a user