trivial: Fix the debug output for FuDevice

This commit is contained in:
Richard Hughes 2021-02-25 14:08:37 +00:00
parent 2c0f115650
commit 14c0f7c80e

View File

@ -2591,7 +2591,7 @@ fu_device_add_string (FuDevice *self, guint idt, GString *str)
}
if (tmp2->len > 0)
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 */