mirror of
https://github.com/systemd/systemd.git
synced 2026-08-12 22:17:19 +00:00
sysupdate: Add some more debug output
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user