mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 02:29:47 +00:00
trivial: logitech-hidpp: decrease the verbosity of some debugging
This commit is contained in:
parent
15cb61b34e
commit
c0f1f1c7e3
@ -191,8 +191,10 @@ fu_logitech_hidpp_bootloader_texas_write_firmware (FuDevice *device,
|
||||
if ((payload->addr + 0x10) % 0x80 == 0 &&
|
||||
req->cmd != FU_UNIFYING_BOOTLOADER_CMD_WRITE_SIGNATURE) {
|
||||
guint16 addr_start = payload->addr - (7 * 0x10);
|
||||
g_debug ("addr flush @ 0x%04x for 0x%04x",
|
||||
payload->addr, addr_start);
|
||||
if (g_getenv ("FWUPD_LOGITECH_HIDPP") != NULL) {
|
||||
g_debug ("addr flush @ 0x%04x for 0x%04x",
|
||||
payload->addr, addr_start);
|
||||
}
|
||||
if (!fu_logitech_hidpp_bootloader_texas_flash_ram_buffer (self,
|
||||
addr_start,
|
||||
error)) {
|
||||
|
Loading…
Reference in New Issue
Block a user