trivial: logitech-hidpp: decrease the verbosity of some debugging

This commit is contained in:
Mario Limonciello 2020-03-17 14:26:23 -05:00 committed by Mario Limonciello
parent 15cb61b34e
commit c0f1f1c7e3

View File

@ -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)) {