sysupdate: Add some more debug output

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2026-01-12 16:43:20 +00:00
parent 3bc9208435
commit e6e8efcffb

View File

@@ -1647,6 +1647,8 @@ int transfer_install_instance(
assert(i->resource);
assert(i->is_pending || t == container_of(i->resource, Transfer, source));
log_debug("transfer_install_instance %s %s %s %d", i->path, t->temporary_pending_path, t->final_partition_label, t->partition_change);
if (t->temporary_pending_path) {
assert(RESOURCE_IS_FILESYSTEM(t->target.type));
assert(t->final_path);