mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 10:09:59 +00:00
trivial: Fix a typo that was missed in review
This commit is contained in:
parent
e4ce1c4d19
commit
ca564bbc55
@ -3331,7 +3331,7 @@ fu_engine_backends_save_phase(FuEngine *self, GError **error)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
if (g_getenv("FWUPD_BACKEND_VERBOSE") != NULL) {
|
if (g_getenv("FWUPD_BACKEND_VERBOSE") != NULL) {
|
||||||
g_autofree gchar *data_new_safe = data_new_safe = g_strndup(data_new, 8000);
|
g_autofree gchar *data_new_safe = g_strndup(data_new, 8000);
|
||||||
g_debug("JSON %s for phase %s: %s...",
|
g_debug("JSON %s for phase %s: %s...",
|
||||||
data_old == NULL ? "added" : "changed",
|
data_old == NULL ? "added" : "changed",
|
||||||
fu_engine_install_phase_to_string(self->install_phase),
|
fu_engine_install_phase_to_string(self->install_phase),
|
||||||
|
Loading…
Reference in New Issue
Block a user