mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 03:14:32 +00:00
trivial: Fix the debug output for FuDevice
This commit is contained in:
parent
2c0f115650
commit
14c0f7c80e
@ -2591,7 +2591,7 @@ fu_device_add_string (FuDevice *self, guint idt, GString *str)
|
|||||||
}
|
}
|
||||||
if (tmp2->len > 0)
|
if (tmp2->len > 0)
|
||||||
g_string_truncate (tmp2, tmp2->len - 1);
|
g_string_truncate (tmp2, tmp2->len - 1);
|
||||||
fu_common_string_append_kv (str, idt + 1, "PrivateFlags", tmp2->str);
|
fu_common_string_append_kv (str, idt + 1, "InternalFlags", tmp2->str);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* subclassed */
|
/* subclassed */
|
||||||
|
Loading…
Reference in New Issue
Block a user