]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sysupdate: Add some more debug output
authorPhilip Withnall <pwithnall@gnome.org>
Mon, 12 Jan 2026 16:43:20 +0000 (16:43 +0000)
committerPhilip Withnall <pwithnall@gnome.org>
Mon, 9 Feb 2026 12:05:15 +0000 (12:05 +0000)
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
src/sysupdate/sysupdate-transfer.c

index a13f659e360448446f7b96795a5a8737aa61c0d1..04b1fd09cd880c4d83a7675485cad8947a18c87b 100644 (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);