From: Daan De Meyer Date: Thu, 19 Sep 2024 12:53:53 +0000 (+0200) Subject: Add an extra debug log to dissect_image() X-Git-Tag: v257-rc1~381 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0121b84e41cd187e44c275a23db1a656656ec37f;p=thirdparty%2Fsystemd.git Add an extra debug log to dissect_image() --- diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c index a538425c1f9..4585582523d 100644 --- a/src/shared/dissect-image.c +++ b/src/shared/dissect-image.c @@ -1001,6 +1001,9 @@ static int dissect_image( label = blkid_partition_get_name(pp); /* libblkid returns NULL here if empty */ + log_debug("Dissecting %s partition with label %s and UUID %s", + strna(partition_designator_to_string(type.designator)), strna(label), SD_ID128_TO_UUID_STRING(id)); + if (IN_SET(type.designator, PARTITION_HOME, PARTITION_SRV,